aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media/v4l2-ctrls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-25[media] v4l2-ctrls: add new RDS TX controlsHans Verkuil1-0/+2
2014-07-25[media] v4l2-ctrls: add support for setting string controlsHans Verkuil1-0/+24
2014-07-21[media] v4l: ctrls: Unlocked variants of v4l2_ctrl_s_ctrl{,_int64}()Sakari Ailus1-2/+25
2014-07-21[media] v4l: ctrls: Provide an unlocked variant of v4l2_ctrl_modify_range()Sakari Ailus1-2/+16
2014-07-21[media] v4l: ctrls: Move control lock/unlock above the control access functionsSakari Ailus1-18/+18
2014-07-17[media] v4l2-ctrls/videodev2.h: add u8 and u16 typesHans Verkuil1-0/+4
2014-07-17[media] v4l2-ctrls: prepare for array supportHans Verkuil1-3/+5
2014-07-17[media] v4l2-ctrls: prepare for array supportHans Verkuil1-0/+8
2014-07-17[media] v4l2-ctrls: use ptrs for all but the s32 typeHans Verkuil1-10/+2
2014-07-17[media] v4l2-ctrls: compare values only onceHans Verkuil1-0/+3
2014-07-17[media] v4l2-ctrls: create type_opsHans Verkuil1-0/+37
2014-07-17[media] v4l2-ctrls: add support for compound typesHans Verkuil1-4/+19
2014-07-17[media] v4l2-ctrls: increase internal min/max/step/def to 64 bitHans Verkuil1-21/+21
2013-10-17[media] v4l2-ctrls: fix typo in header file media/v4l2-ctrls.hFrank Schaefer1-1/+1
2013-09-03[media] v4l2: added missing mutex.h include to v4l2-ctrls.hAndrzej Hajda1-0/+1
2013-03-24[media] v4l2-ctrls: eliminate lockdep false alarms for struct v4l2_ctrl_handler.lockAndy Walls1-3/+26
2013-02-05[media] V4L: Add v4l2_ctrl_subdev_log_status() helper functionSylwester Nawrocki1-0/+3
2013-02-05[media] V4L: Add v4l2_ctrl_subdev_subscribe_event() helper functionSylwester Nawrocki1-0/+5
2013-02-05[media] v4l2-ctrl: Add helper function for the controls range updateSylwester Nawrocki1-0/+20
2013-01-05[media] v4l2-ctrls: add a notify callbackHans Verkuil1-0/+25
2012-10-05[media] media: v4l2-ctrl: add a helper function to add standard control with driver specific menuLad, Prabhakar1-0/+23
2012-10-01[media] v4l2-ctrls: add a filter function to v4l2_ctrl_add_handlerHans Verkuil1-2/+16
2012-09-26[media] v4l2: make vidioc_(un)subscribe_event constHans Verkuil1-1/+1
2012-09-13[media] v4l2-ctrls: Add v4l2_ctrl_[gs]_ctrl_int64()Laurent Pinchart1-0/+23
2012-05-14[media] V4L: Add helper function for standard integer menu controlsSylwester Nawrocki1-0/+17
2012-05-14[media] v4l: v4l2-ctrls: moves the forward declaration of struct fileLaurent Pinchart1-1/+1
2012-05-14[media] v4l: Allow changing control handler lockSakari Ailus1-3/+6
2012-05-07[media] v4l2-ctrls: Use v4l2_subscribed_event_opsHans de Goede1-4/+3
2012-04-19[media] V4L: fix a compiler warningGuennadi Liakhovetski1-0/+1
2012-04-19Merge tag 'v3.4-rc3' into staging/for_v3.5Mauro Carvalho Chehab1-1/+0
2012-04-10[media] v4l: Introduce integer menu controlsSakari Ailus1-1/+5
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+0
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-1/+0
2012-02-14[media] v4l2-ctrls: add helper functions for control eventsHans Verkuil1-0/+9
2012-02-14[media] v4l2: standardize log start/end messageHans Verkuil1-0/+4
2011-09-21[media] v4l2-ctrls: implement new volatile autocluster schemeHans Verkuil1-0/+3
2011-09-21[media] v4l2-ctrls: replace is_volatile with V4L2_CTRL_FLAG_VOLATILEHans Verkuil1-11/+1
2011-07-27[media] v4l2-ctrls/v4l2-events: small coding style cleanupsHans Verkuil1-1/+0
2011-07-27[media] v4l2-ctrls: improve discovery of controls of the same clusterHans Verkuil1-0/+3
2011-07-27[media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of just per-fhHans Verkuil1-19/+0
2011-07-27[media] v4l2-ctrls/event: remove struct v4l2_ctrl_fh, instead use v4l2_subscribed_eventHans Verkuil1-10/+7
2011-07-27[media] v4l2-ctrls: make manual_mode_value 8 bits and check against control rangeHans Verkuil1-1/+1
2011-07-27[media] v4l2-ctrls: simplify event subscriptionHans Verkuil1-0/+20
2011-07-27[media] v4l2-ctrls: add control eventsHans Verkuil1-5/+18
2011-07-27[media] v4l2-ctrls: add v4l2_fh pointer to the set control functionsHans Verkuil1-3/+5
2011-07-27[media] v4l2-ctrls: add v4l2_ctrl_auto_cluster to simplify autogain/gain scenariosHans Verkuil1-0/+45
2011-01-19[media] v4l: Include linux/videodev2.h in media/v4l2-ctrls.hLaurent Pinchart1-0/+1
2011-01-19[media] v4l2-ctrls: v4l2_ctrl_handler_setup must set is_new to 1Hans Verkuil1-2/+4
2010-12-30[media] v4l2-ctrls: use const char * const * for the menu arraysHans Verkuil1-2/+2
2010-08-08V4L/DVB: v4l2: Add new control handling frameworkHans Verkuil1-0/+460