summaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-ctrls.h
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l2: added missing mutex.h include to v4l2-ctrls.hAndrzej Hajda2013-07-261-0/+1
* [media] v4l2-ctrls: eliminate lockdep false alarms for struct v4l2_ctrl_handl...Andy Walls2013-03-241-3/+26
* [media] V4L: Add v4l2_ctrl_subdev_log_status() helper functionSylwester Nawrocki2013-02-051-0/+3
* [media] V4L: Add v4l2_ctrl_subdev_subscribe_event() helper functionSylwester Nawrocki2013-02-051-0/+5
* [media] v4l2-ctrl: Add helper function for the controls range updateSylwester Nawrocki2013-02-051-0/+20
* [media] v4l2-ctrls: add a notify callbackHans Verkuil2013-01-051-0/+25
* [media] media: v4l2-ctrl: add a helper function to add standard control with ...Lad, Prabhakar2012-10-051-0/+23
* [media] v4l2-ctrls: add a filter function to v4l2_ctrl_add_handlerHans Verkuil2012-10-011-2/+16
* [media] v4l2: make vidioc_(un)subscribe_event constHans Verkuil2012-09-261-1/+1
* [media] v4l2-ctrls: Add v4l2_ctrl_[gs]_ctrl_int64()Laurent Pinchart2012-09-131-0/+23
* [media] V4L: Add helper function for standard integer menu controlsSylwester Nawrocki2012-05-141-0/+17
* [media] v4l: v4l2-ctrls: moves the forward declaration of struct fileLaurent Pinchart2012-05-141-1/+1
* [media] v4l: Allow changing control handler lockSakari Ailus2012-05-141-3/+6
* [media] v4l2-ctrls: Use v4l2_subscribed_event_opsHans de Goede2012-05-071-4/+3
* [media] V4L: fix a compiler warningGuennadi Liakhovetski2012-04-191-0/+1
* Merge tag 'v3.4-rc3' into staging/for_v3.5Mauro Carvalho Chehab2012-04-191-1/+0
|\
| * Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+0
| |\
| | * device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+0
* | | [media] v4l: Introduce integer menu controlsSakari Ailus2012-04-101-1/+5
|/ /
* | [media] v4l2-ctrls: add helper functions for control eventsHans Verkuil2012-02-141-0/+9
* | [media] v4l2: standardize log start/end messageHans Verkuil2012-02-141-0/+4
|/
* [media] v4l2-ctrls: implement new volatile autocluster schemeHans Verkuil2011-09-211-0/+3
* [media] v4l2-ctrls: replace is_volatile with V4L2_CTRL_FLAG_VOLATILEHans Verkuil2011-09-211-11/+1
* [media] v4l2-ctrls/v4l2-events: small coding style cleanupsHans Verkuil2011-07-271-1/+0
* [media] v4l2-ctrls: improve discovery of controls of the same clusterHans Verkuil2011-07-271-0/+3
* [media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of j...Hans Verkuil2011-07-271-19/+0
* [media] v4l2-ctrls/event: remove struct v4l2_ctrl_fh, instead use v4l2_subscr...Hans Verkuil2011-07-271-10/+7
* [media] v4l2-ctrls: make manual_mode_value 8 bits and check against control r...Hans Verkuil2011-07-271-1/+1
* [media] v4l2-ctrls: simplify event subscriptionHans Verkuil2011-07-271-0/+20
* [media] v4l2-ctrls: add control eventsHans Verkuil2011-07-271-5/+18
* [media] v4l2-ctrls: add v4l2_fh pointer to the set control functionsHans Verkuil2011-07-271-3/+5
* [media] v4l2-ctrls: add v4l2_ctrl_auto_cluster to simplify autogain/gain scen...Hans Verkuil2011-07-271-0/+45
* [media] v4l: Include linux/videodev2.h in media/v4l2-ctrls.hLaurent Pinchart2011-01-191-0/+1
* [media] v4l2-ctrls: v4l2_ctrl_handler_setup must set is_new to 1Hans Verkuil2011-01-191-2/+4
* [media] v4l2-ctrls: use const char * const * for the menu arraysHans Verkuil2010-12-301-2/+2
* V4L/DVB: v4l2: Add new control handling frameworkHans Verkuil2010-08-081-0/+460