summaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-subdev.h
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l2-subdev: add remaining argument descriptionsMauro Carvalho Chehab2015-08-221-1/+21
* [media] v4l2_subdev: describe ioctl parms at the remaining structsMauro Carvalho Chehab2015-08-221-0/+30
* [media] v4l2_subdev: describe ioctl parms at v4l2_subdev_video_opsMauro Carvalho Chehab2015-08-221-2/+24
* [media] v4l2-subdev: reorder the v4l2_subdev_video_ops commentsMauro Carvalho Chehab2015-08-221-8/+10
* [media] v4l2-subdev: Add description for radio ioctl handlersMauro Carvalho Chehab2015-08-221-4/+19
* [media] v4l2-subdev: Add description for core ioctl handlersMauro Carvalho Chehab2015-08-221-1/+21
* [media] v4l2-subdev: convert documentation to the right formatMauro Carvalho Chehab2015-08-221-126/+135
* [media] Add helper function for subdev event notificationsLars-Peter Clausen2015-07-171-0/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2015-07-011-0/+2
|\
| * v4l: async: Add a pointer to of_node to struct v4l2_subdev, match itSakari Ailus2015-06-151-0/+2
* | [media] v4l2-subdev: allow subdev to send an event to the v4l2_device notify ...jean-michel.hautbois@vodalys.com2015-05-201-0/+2
* | [media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil2015-05-011-8/+0
* | [media] v4l2: replace video op g_mbus_fmt by pad op get_fmtHans Verkuil2015-05-011-4/+0
* | [media] v4l2: replace enum_mbus_fmt by enum_mbus_codeHans Verkuil2015-05-011-4/+0
|/
* [media] v4l2-subdev: remove enum_framesizes/intervalsHans Verkuil2015-03-231-2/+0
* [media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil2015-03-231-20/+33
* [media] v4l2-subdev: drop unused op enum_mbus_fmtHans Verkuil2014-12-221-2/+0
* [media] v4l2-subdev: drop get/set_crop pad opsHans Verkuil2014-12-221-4/+0
* [media] Make use of the new media_bus_format definitionsBoris BREZILLON2014-11-141-1/+1
* [media] v4l: subdev: Remove deprecated video-level DV timings operationsLaurent Pinchart2014-05-251-4/+0
* [media] v4l: Add pad-level DV timings subdev operationsLaurent Pinchart2014-05-251-0/+4
* [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-241-3/+3
* [media] v4l2-subdev.h: add g_tvnorms video opHans Verkuil2014-05-131-2/+6
* [media] v4l: V4L2_MBUS_FRAME_DESC_FL_BLOB is about 1D DMASakari Ailus2014-05-131-3/+6
* [media] v4l: Only get module if it's different than the driver for v4l2_devSakari Ailus2014-05-131-0/+1
* [media] v4l2-subdev.h: fix sparse error with v4l2_subdev_notifyHans Verkuil2014-04-161-5/+0
* [media] v4l: add enum_freq_bands support to tuner sub-deviceAntti Palosaari2014-03-131-0/+1
* [media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 coreHans Verkuil2014-03-111-2/+2
* [media] v4l2-subdev: Allow 32-bit compat ioctlsHans Verkuil2014-02-241-0/+4
* [media] v4l: Fix typo in v4l2_subdev_get_try_crop()Laurent Pinchart2013-10-311-1/+1
* [media] V4L2: add a common V4L2 subdevice platform data typeGuennadi Liakhovetski2013-10-311-0/+13
* [media] V4L2: (cosmetic) remove redundant use of unlikely()Guennadi Liakhovetski2013-10-311-2/+2
* [media] V4L: Merge struct v4l2_async_subdev_list with struct v4l2_subdevSylwester Nawrocki2013-07-301-7/+6
* [media] V4L2: support asynchronous subdevice registrationGuennadi Liakhovetski2013-06-211-0/+8
* [media] V4L2: add a device pointer to struct v4l2_subdevGuennadi Liakhovetski2013-06-211-0/+2
* [media] v4l2-core: remove support for obsolete VIDIOC_DBG_G_CHIP_IDENTHans Verkuil2013-06-211-3/+1
* [media] v4l2-subdev: remove obsolete dv_preset opsHans Verkuil2013-03-241-16/+0
* [media] v4l2-core: add code to check for specific opsHans Verkuil2013-03-241-0/+3
* [media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil2013-03-241-1/+1
* [media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil2013-03-241-1/+1
* [media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil2013-03-241-1/+1
* [media] V4L: Add [get/set]_frame_desc subdev callbacksSylwester Nawrocki2012-10-051-0/+42
* [media] V4L: Add s_rx_buffer subdev video operationSylwester Nawrocki2012-10-051-0/+6
* [media] v4l2: make vidioc_s_crop constHans Verkuil2012-09-261-1/+1
* [media] v4l2: make vidioc_s_modulator constHans Verkuil2012-09-261-1/+1
* [media] v4l2-subdev: add support for the new edid ioctlsHans Verkuil2012-09-131-0/+2
* [media] v4l2: typosMichael Jones2012-08-111-1/+1
* [media] v4l2 framework: add support for the new dv_timings ioctlsHans Verkuil2012-05-201-0/+6
* [media] v4l: Implement v4l2_subdev_link_validate()Sakari Ailus2012-05-141-0/+12
* [media] v4l: Check pad number in get try pointer functionsSakari Ailus2012-04-101-17/+13
OpenPOWER on IntegriCloud