aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-dev.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-03media: v4l2-dev: Make macros to obtain containers const-awareSakari Ailus1-3/+3
2025-08-13media: Drop V4L2_FL_USES_V4L2_FH checksLaurent Pinchart1-1/+1
2025-07-10media: v4l: Make media_entity_to_video_device() NULL-safeSakari Ailus1-3/+9
2024-10-12media: v4l2-core: add v4l2_debugfs_root()Hans Verkuil1-0/+15
2023-09-27media: v4l2-dev.h: increase struct video_device name sizeHans Verkuil1-1/+1
2022-09-24media: mc: convert pipeline funcs to take media_padTomi Valkeinen1-2/+2
2022-09-24media: mc: entity: add alloc variant of pipeline_startTomi Valkeinen1-0/+14
2022-09-24media: v4l2-dev: Add videodev wrappers for media pipelinesTomi Valkeinen1-0/+88
2021-10-05media: v4l2-dev.h: move open brace after struct video_deviceYajun Deng1-2/+1
2020-11-16media: fix kernel-doc markupsMauro Carvalho Chehab1-2/+2
2020-05-12media: v4l2-dev: Add v4l2_device_register_ro_subdev_node()Jacopo Mondi1-0/+7
2020-02-24media: v4l2-dev.h: remove VFL_TYPE_GRABBERHans Verkuil1-2/+0
2020-02-24media: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+4
2018-11-20media: v4l2-ioctl: add QUIRK_INVERTED_CROPHans Verkuil1-2/+11
2018-05-28media: v4l2-core: push taking ioctl mutex down to ioctl handlerHans Verkuil1-9/+0
2018-05-28media: v4l2-ioctl: delete unused v4l2_disable_ioctl_lockingHans Verkuil1-15/+0
2018-05-09media: v4l2-dev.h: fix doc warningHans Verkuil1-0/+1
2018-04-05media: v4l2-core: fix size of devnode_nums[] bitarrayMauro Carvalho Chehab1-6/+6
2018-02-26media: v4l2-dev.h: fix symbol collision in media_entity_to_video_device()Niklas Söderlund1-3/+3
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-49/+89
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-8/+8
2017-12-18media: v4l2-dev: document video_device flagsMauro Carvalho Chehab1-7/+18
2017-12-18media: v4l2-dev: document VFL_DIR_* direction definesMauro Carvalho Chehab1-6/+16
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab1-26/+33
2017-12-18media: v4l2-dev.h: add kernel-doc to two macrosMauro Carvalho Chehab1-3/+15
2017-11-27->poll() methods should return __poll_tAl Viro1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-09-22[media] get rid of a number of problems at the cross referencesMauro Carvalho Chehab1-1/+1
2016-09-09[media] docs-rst: use C domain for enum references on uapiMauro Carvalho Chehab1-6/+6
2016-08-23[media] v4l2-core: Add support for touch devicesNick Dyer1-1/+3
2016-07-23[media] doc-rst: add some needed escape codesMauro Carvalho Chehab1-2/+2
2016-07-23[media] doc-rst: document v4l2-dev.hMauro Carvalho Chehab1-49/+315
2016-04-13[media] v4l2: add device_caps to struct video_deviceHans Verkuil1-0/+3
2016-02-27[media] media: v4l-core add enable/disable source common interfacesShuah Khan1-0/+1
2016-01-11[media] v4l2-core: create MC interfaces for devnodesMauro Carvalho Chehab1-0/+1
2015-03-02[media] v4l2-core: remove the old .ioctl BKL replacementHans Verkuil1-1/+0
2014-12-23[media] v4l2 core: improve debug flag handlingHans Verkuil1-1/+2
2014-07-04[media] media: v4l2-dev.h: remove V4L2_FL_USE_FH_PRIO flagRamakrishnan Muthukrishnan1-2/+0
2014-03-05[media] v4l: add device type for Software Defined RadioAntti Palosaari1-1/+2
2013-06-21[media] v4l2: always require v4l2_dev, rename parent to dev_parentHans Verkuil1-2/+2
2013-06-17[media] v4l2: remove deprecated current_norm support completelyHans Verkuil1-1/+0
2012-09-26[media] v4l2-dev: add new VFL_DIR_ definesHans Verkuil1-1/+8
2012-08-09[media] v4l2-dev: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-3/+0
2012-07-06[media] v4l2-dev/ioctl.c: add vb2_queue support to video_deviceHans Verkuil1-0/+3
2012-05-14[media] v4l2-dev: rename two functionsHans Verkuil1-5/+5
2012-05-14[media] v4l2-dev.h: add comment not to use V4L2_FL_LOCK_ALL_FOPS in new driversHans Verkuil1-1/+1
2012-05-14[media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil1-0/+3
2012-05-14[media] v4l2-dev/ioctl: determine the valid ioctls upfrontHans Verkuil1-0/+11
2012-05-14[media] v4l2-dev: make it possible to skip locking for selected ioctlsHans Verkuil1-0/+11
2012-03-19[media] v4l: Add custom compat_ioctl32 operationLaurent Pinchart1-0/+3
2011-06-01[media] v4l: Fix media_entity_to_video_device macro argument nameLaurent Pinchart1-2/+2
2011-05-20[media] Revert "V4L/DVB: v4l2-dev: remove get_unmapped_area"Bob Liu1-0/+2
2011-03-22[media] v4l2: use new flag to enable core priority handlingHans Verkuil1-0/+3
2011-03-22[media] v4l2: add v4l2_prio_state to v4l2_device and video_deviceHans Verkuil1-0/+3
2011-03-22[media] v4l2_prio: move from v4l2-common to v4l2-devHans Verkuil1-0/+15
2011-03-22[media] v4l: Make video_device inherit from media_entityLaurent Pinchart1-0/+7
2011-03-21[media] v4l: subdev: Add device node supportLaurent Pinchart1-3/+15
2010-10-21V4L/DVB: v4l2: add core serialization lockHans Verkuil1-0/+3
2010-10-21V4L/DVB: v4l2-dev: remove get_unmapped_areaHans Verkuil1-2/+0
2010-10-21V4L/DVB: videotext: remove this obsolete APIHans Verkuil1-2/+1
2010-08-08V4L/DVB: v4l2: Add new control handling frameworkHans Verkuil1-0/+4
2010-05-19V4L/DVB: V4L: File handlesSakari Ailus1-0/+5
2009-12-16V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registeredLaurent Pinchart1-10/+8
2009-12-16V4L/DVB (13549): v4l: Add video_device_node_name functionLaurent Pinchart1-0/+5
2009-09-19V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn fu...Hans Verkuil1-0/+4
2009-09-19V4L/DVB (12541): v4l: remove video_register_device_indexHans Verkuil1-2/+0
2009-03-30V4L/DVB (11242): allow v4l2 drivers to provide a get_unmapped_area handlerDaniel Glöckner1-0/+2
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil1-1/+1
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-1/+14
2008-12-30V4L/DVB (9974): v4l2-dev: allow drivers to pass v4l2_device as parentHans Verkuil1-0/+4
2008-12-30V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdevHans Verkuil1-15/+32
2008-10-12V4L/DVB (9133): v4l: disconnect kernel number from minorHans Verkuil1-10/+2
2008-10-12V4L/DVB (8852): v4l2: use register_chrdev_region instead of register_chrdevHans Verkuil1-0/+3
2008-10-12V4L/DVB (8787): v4l2-dev: cleanups and add video_drvdata helper functionHans Verkuil1-14/+21
2008-10-12V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil1-11/+3
2008-10-12V4L/DVB (8785): v4l2: add __must_check to v4l2_dev.hHans Verkuil1-3/+3
2008-10-12V4L/DVB (8782): v4l2-dev: add video_device_release_emptyHans Verkuil1-0/+5
2008-10-12V4L/DVB (8781): v4l2-dev: remove obsolete video_exclusive_open/releaseHans Verkuil1-6/+0
2008-07-27V4L/DVB (8525): fix a few assorted spelling mistakes.Hans Verkuil1-2/+2
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-2/+1
2008-07-26V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2...Hans Verkuil1-25/+0
2008-07-26V4L/DVB (8483): Remove obsolete owner field from video_device struct.Hans Verkuil1-13/+7
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil1-219/+3
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil1-45/+0
2008-07-23V4L/DVB (8429): videodev: renamed 'class_dev' to 'dev'Hans Verkuil1-7/+7
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-1/+1
2008-07-20V4L/DVB (8387): Some cosmetic changesHans Verkuil1-1/+1
2008-07-20V4L/DVB (8103): videodev: fix/improve ioctl debuggingHans Verkuil1-2/+2
2008-07-20V4L/DVB (8078): Introduce "index" attribute for persistent video4linux device...brandon@ifup.org1-0/+4
2008-07-20V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil1-37/+31
2008-07-20V4L/DVB (7948): videodev: add missing vidioc_try_fmt_sliced_vbi_output and VI...Hans Verkuil1-1/+9
2008-07-20V4L/DVB (7947): videodev: add vidioc_g_std callback.Hans Verkuil1-1/+2
2008-07-20V4L/DVB (7942): Hardware frequency seek ioctl interfaceTobias Lorenz1-0/+2
2008-06-26V4L/DVB (8092): videodev: simplify and fix standard enumerationHans Verkuil1-2/+2
2008-06-05V4L/DVB (7911): Remove v4l2_video_std_fps prototype declarationGuennadi Liakhovetski1-1/+0
2008-04-24V4L/DVB (7665): videodev: Add default vidioc handlerDouglas Schilling Landgraf1-0/+4
2008-02-18V4L/DVB (7133): Fix Kconfig dependenciesMauro Carvalho Chehab1-0/+2
2007-10-22V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil1-4/+0
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab1-1/+0
2007-10-10V4L/DVB (6293): V4L: convert struct class_device to struct deviceKay Sievers1-6/+8
2007-10-09V4L/DVB (5913): Clean up duplicate includes in include/media/Jesper Juhl1-2/+0
2007-09-14V4L/DVB (6220a): fix build error for et61x251 driverLinus Torvalds1-2/+3
2007-04-27V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil1-0/+2
2007-04-27V4L/DVB (5289): Add support for video output overlays.Hans Verkuil1-0/+8
2007-03-01V4L/DVB (5271): Add VIDIOC_TRY_ENCODER_CMD and VIDIOC_ENCODER_CMD ioctls.Hans Verkuil1-0/+4
2007-03-01V4L/DVB (5270): Add VIDIOC_G_ENC_INDEX ioctlHans Verkuil1-0/+2
2007-02-21V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho1-3/+0
2007-02-21V4L/DVB (5144): Restore VIDIOC_INT_[SG]_REGISTER callsTrent Piepho1-0/+12
2006-12-10V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2Mauro Carvalho Chehab1-10/+4
2006-09-30Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-3/+7
2006-09-26V4L/DVB (4348): Fix: compile for radio aimslab and aztech with V4L2 onlyMauro Carvalho Chehab1-3/+7
2006-09-25v4l-dev2: handle __must_checkAndrew Morton1-1/+1
2006-09-10V4L/DVB (4605): Fixes an issue with V4L1 and make headers-installMauro Carvalho Chehab1-3/+4
2006-08-08V4L/DVB (4340): Videodev.h should be included also when V4L1_COMPAT is selected.Mauro Carvalho Chehab1-1/+1
2006-07-29V4L/DVB (4316): Check __must_check warningsMichael Krufky1-2/+5
2006-06-26[PATCH] devfs: Remove the videodevice devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-25V4L/DVB (4189): Add videodev support for VIDIOC_S/G/TRY_EXT_CTRLS.Hans Verkuil1-0/+6
2006-06-25V4L/DVB (4068): Removed all references to kernel stuff from videodev.h and vi...Mauro Carvalho Chehab1-5/+3
2006-06-25V4L/DVB (4065): Several improvements at videodev.cMauro Carvalho Chehab1-0/+371