summaryrefslogtreecommitdiff
path: root/linux/include/media/v4l2-dev.h
AgeCommit message (Expand)Author
2009-03-26allow v4l2 drivers to provide a get_unmapped_area handlerMauro Carvalho Chehab
2008-12-30v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil
2008-12-30v4l2: introduce v4l2_file_operations.Hans Verkuil
2008-12-23v4l2-dev: allow drivers to pass v4l2_device as parentHans Verkuil
2008-12-20v4l2-dev: use the release callback from device instead of cdevHans Verkuil
2008-10-04v4l: disconnect kernel number from minorHans Verkuil
2008-08-29v4l2: use register_chrdev_region instead of register_chrdevHans Verkuil
2008-08-11v4l2-dev: video_get/set_drvdata needs to use class_get/set_devdata for < 2.6.19Hans Verkuil
2008-08-23v4l2-dev: cleanups and add video_drvdata helper functionHans Verkuil
2008-08-23v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil
2008-08-23v4l2: add __must_check to v4l2_dev.hHans Verkuil
2008-08-23v4l2-dev: add video_device_release_emptyHans Verkuil
2008-08-23v4l2-dev: remove obsolete video_exclusive_open/releaseHans Verkuil
2008-07-26fix a few assorted spelling mistakes.Hans Verkuil
2008-07-26v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil
2008-07-25videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2-dev.hHans Verkuil
2008-07-21Remove obsolete owner field from video_device struct.Hans Verkuil
2008-07-21videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil
2008-07-20videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil
2008-07-20videodev: renamed 'class_dev' to 'dev'Hans Verkuil
2008-07-20videodev: rename 'dev' to 'parent'Hans Verkuil
2008-07-17videodev: add support for kernels < 2.6.19Hans Verkuil
2008-07-17videodev/dabusb/dvbdev: fix 2.6.16 compilationHans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.16Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.13Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.0Hans Verkuil
2008-06-22videodev: fix/improve ioctl debuggingHans Verkuil
2008-06-22merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvbMauro Carvalho Chehab
2008-06-21videodev: simplify and fix standard enumerationHans Verkuil
2008-06-20 Introduce "index" attribute for persistent video4linux device nodesMauro Carvalho Chehab
2008-05-28videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil
2008-05-28videodev: add missing vidioc_try_fmt_sliced_vbi_output and VIDIOC_ENUMOUTPUT ...Hans Verkuil
2008-05-28videodev: add vidioc_g_std callback.Hans Verkuil
2008-05-26 Hardware frequency seek ioctl interfaceMauro Carvalho Chehab
2008-05-22 Remove v4l2_video_std_fps prototype declarationMauro Carvalho Chehab
2008-04-09videodev: Add default vidioc handlerDouglas Schilling Landgraf
2008-02-02Fix Kconfig dependenciesMauro Carvalho Chehab
2007-10-15merge: http://www.linuxtv.org/hg/~hverkuil/mpegcompMauro Carvalho Chehab
2007-10-15v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab
2007-10-11Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil
2007-10-08V4L: convert struct class_device to struct deviceMauro Carvalho Chehab
2007-10-01backport kernel changesMauro Carvalho Chehab
2007-07-23Clean up duplicate includes in include/media/Mauro Carvalho Chehab
2007-02-24Add support for VIDIOC_G_CHIP_IDENTHans Verkuil
2007-02-21Add support for video output overlays.Hans Verkuil
2007-02-21merge: http://linuxtv.org/hg/~hverkuil/v4l-dvbMauro Carvalho Chehab
2007-02-19compat: Fix compat stuff for usbvision and zr364xxTrent Piepho
2007-02-18Add VIDIOC_TRY_ENCODER_CMD and VIDIOC_ENCODER_CMD ioctls.Hans Verkuil
2007-02-18Add VIDIOC_G_ENC_INDEX ioctlHans Verkuil
2007-01-23Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho