summaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-dev.h
Commit message (Expand)AuthorAgeFilesLines
* [media] get rid of a number of problems at the cross referencesMauro Carvalho Chehab2016-09-221-1/+1
* [media] docs-rst: use C domain for enum references on uapiMauro Carvalho Chehab2016-09-091-6/+6
* [media] v4l2-core: Add support for touch devicesNick Dyer2016-08-231-1/+3
* [media] doc-rst: add some needed escape codesMauro Carvalho Chehab2016-07-231-2/+2
* [media] doc-rst: document v4l2-dev.hMauro Carvalho Chehab2016-07-231-49/+315
* [media] v4l2: add device_caps to struct video_deviceHans Verkuil2016-04-131-0/+3
* [media] media: v4l-core add enable/disable source common interfacesShuah Khan2016-02-271-0/+1
* [media] v4l2-core: create MC interfaces for devnodesMauro Carvalho Chehab2016-01-111-0/+1
* [media] v4l2-core: remove the old .ioctl BKL replacementHans Verkuil2015-03-021-1/+0
* [media] v4l2 core: improve debug flag handlingHans Verkuil2014-12-231-1/+2
* [media] media: v4l2-dev.h: remove V4L2_FL_USE_FH_PRIO flagRamakrishnan Muthukrishnan2014-07-041-2/+0
* [media] v4l: add device type for Software Defined RadioAntti Palosaari2014-03-051-1/+2
* [media] v4l2: always require v4l2_dev, rename parent to dev_parentHans Verkuil2013-06-211-2/+2
* [media] v4l2: remove deprecated current_norm support completelyHans Verkuil2013-06-171-1/+0
* [media] v4l2-dev: add new VFL_DIR_ definesHans Verkuil2012-09-261-1/+8
* [media] v4l2-dev: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil2012-08-091-3/+0
* [media] v4l2-dev/ioctl.c: add vb2_queue support to video_deviceHans Verkuil2012-07-061-0/+3
* [media] v4l2-dev: rename two functionsHans Verkuil2012-05-141-5/+5
* [media] v4l2-dev.h: add comment not to use V4L2_FL_LOCK_ALL_FOPS in new driversHans Verkuil2012-05-141-1/+1
* [media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil2012-05-141-0/+3
* [media] v4l2-dev/ioctl: determine the valid ioctls upfrontHans Verkuil2012-05-141-0/+11
* [media] v4l2-dev: make it possible to skip locking for selected ioctlsHans Verkuil2012-05-141-0/+11
* [media] v4l: Add custom compat_ioctl32 operationLaurent Pinchart2012-03-191-0/+3
* [media] v4l: Fix media_entity_to_video_device macro argument nameLaurent Pinchart2011-06-011-2/+2
* [media] Revert "V4L/DVB: v4l2-dev: remove get_unmapped_area"Bob Liu2011-05-201-0/+2
* [media] v4l2: use new flag to enable core priority handlingHans Verkuil2011-03-221-0/+3
* [media] v4l2: add v4l2_prio_state to v4l2_device and video_deviceHans Verkuil2011-03-221-0/+3
* [media] v4l2_prio: move from v4l2-common to v4l2-devHans Verkuil2011-03-221-0/+15
* [media] v4l: Make video_device inherit from media_entityLaurent Pinchart2011-03-221-0/+7
* [media] v4l: subdev: Add device node supportLaurent Pinchart2011-03-211-3/+15
* V4L/DVB: v4l2: add core serialization lockHans Verkuil2010-10-211-0/+3
* V4L/DVB: v4l2-dev: remove get_unmapped_areaHans Verkuil2010-10-211-2/+0
* V4L/DVB: videotext: remove this obsolete APIHans Verkuil2010-10-211-2/+1
* V4L/DVB: v4l2: Add new control handling frameworkHans Verkuil2010-08-081-0/+4
* V4L/DVB: V4L: File handlesSakari Ailus2010-05-191-0/+5
* V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registeredLaurent Pinchart2009-12-161-10/+8
* V4L/DVB (13549): v4l: Add video_device_node_name functionLaurent Pinchart2009-12-161-0/+5
* V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn fu...Hans Verkuil2009-09-191-0/+4
* V4L/DVB (12541): v4l: remove video_register_device_indexHans Verkuil2009-09-191-2/+0
* V4L/DVB (11242): allow v4l2 drivers to provide a get_unmapped_area handlerDaniel Glöckner2009-03-301-0/+2
* V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil2009-01-021-1/+1
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-1/+14
* V4L/DVB (9974): v4l2-dev: allow drivers to pass v4l2_device as parentHans Verkuil2008-12-301-0/+4
* V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdevHans Verkuil2008-12-301-15/+32
* V4L/DVB (9133): v4l: disconnect kernel number from minorHans Verkuil2008-10-121-10/+2
* V4L/DVB (8852): v4l2: use register_chrdev_region instead of register_chrdevHans Verkuil2008-10-121-0/+3
* V4L/DVB (8787): v4l2-dev: cleanups and add video_drvdata helper functionHans Verkuil2008-10-121-14/+21
* V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil2008-10-121-11/+3
* V4L/DVB (8785): v4l2: add __must_check to v4l2_dev.hHans Verkuil2008-10-121-3/+3
* V4L/DVB (8782): v4l2-dev: add video_device_release_emptyHans Verkuil2008-10-121-0/+5
OpenPOWER on IntegriCloud