aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/video4linux/v4l2-framework.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-22[media] v4l2: use new flag to enable core priority handlingHans Verkuil1-1/+6
2011-03-22[media] v4l2-framework.txt: document new v4l2_device release() callbackHans Verkuil1-0/+15
2011-03-22[media] v4l2-framework.txt: improve v4l2_fh/priority documentationHans Verkuil1-33/+87
2011-03-22[media] v4l: subdev: Generic ioctl supportLaurent Pinchart1-0/+5
2011-03-22[media] v4l: Make v4l2_subdev inherit from media_entityLaurent Pinchart1-0/+23
2011-03-22[media] v4l: Make video_device inherit from media_entityLaurent Pinchart1-3/+35
2011-03-22[media] v4l: Add a media_device pointer to the v4l2_device structureLaurent Pinchart1-5/+12
2011-03-21[media] v4l: subdev: Events supportSakari Ailus1-0/+18
2011-03-21[media] v4l: subdev: Control ioctls supportLaurent Pinchart1-0/+16
2011-03-21[media] v4l: subdev: Add device node supportLaurent Pinchart1-0/+16
2010-10-21[media] radio-mr800: fix locking orderHans Verkuil1-1/+1
2010-10-21V4L/DVB: v4l2: add core serialization lockHans Verkuil1-0/+20
2010-10-21V4L/DVB: v4l2-dev: after a disconnect any ioctl call will be blockedHans Verkuil1-3/+2
2010-10-21V4L/DVB: Documentation: update now that the vtx/videotext API has been removedHans Verkuil1-3/+2
2010-10-21V4L/DVB: v4l: Add a v4l2_subdev host private data fieldLaurent Pinchart1-0/+5
2010-05-19V4L/DVB: V4L: Events: Add documentationSakari Ailus1-0/+60
2010-05-19V4L/DVB: V4L: File handles: Add documentationSakari Ailus1-0/+72
2010-05-19V4L/DVB: v4l2-framework.txt: fix incorrect statementHans Verkuil1-6/+5
2010-02-26V4L/DVB: V4L2 docs: replace spaces by tabsMauro Carvalho Chehab1-1/+0
2010-02-26V4L/DVB: V4L2: Add a document describing the videobuf layerJonathan Corbet1-96/+11
2009-12-16V4L/DVB (13549): v4l: Add video_device_node_name functionLaurent Pinchart1-2/+14
2009-09-19V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn functionHans Verkuil1-6/+16
2009-09-19V4L/DVB (12722): v4l2-dev: replace 'kernel number' by 'device node number'.Hans Verkuil1-4/+4
2009-09-19V4L/DVB (12541): v4l: remove video_register_device_indexHans Verkuil1-12/+5
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil1-10/+6
2009-06-23V4L/DVB (12128): v4l2: update framework documentation.Hans Verkuil1-0/+24
2009-06-16V4L/DVB (11671): v4l2: add v4l2_device_set_name()Hans Verkuil1-0/+5
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdevHans Verkuil1-5/+3
2009-04-06V4L/DVB (11367): v4l2-common: remove legacy codeHans Verkuil1-11/+0
2009-04-06V4L/DVB (11351): v4l: use usb_interface for v4l2_device_registerJanne Grunau1-1/+1
2009-03-30V4L/DVB (11044): v4l2-device: add v4l2_device_disconnectHans Verkuil1-0/+11
2009-03-30V4L/DVB (11021): v4l2-device: add a notify callback.Hans Verkuil1-0/+10
2009-03-30V4L/DVB (10988): v4l2-dev: use parent field if the v4l2_device has no parent set.Hans Verkuil1-1/+11
2009-03-30V4L/DVB (10980): doc: improve the v4l2-framework documentation.Hans Verkuil1-2/+10
2009-03-30V4L/DVB (10644): v4l2-subdev: rename dev field to v4l2_devHans Verkuil1-1/+1
2009-03-30V4L/DVB (10643): v4l2-device: allow a NULL parent device when registering.Hans Verkuil1-4/+6
2009-03-30V4L/DVB (10571): v4l2-framework.txt: Fixes the videobuf init functionsMauro Carvalho Chehab1-9/+21
2009-03-30V4L/DVB (10570): v4l2-framework: documments videobuf usage on driversMauro Carvalho Chehab1-1/+91
2009-03-30V4L/DVB (10489): doc: use consistent naming conventions for vdev and v4l2_dev.Hans Verkuil1-11/+11
2009-03-30V4L/DVB (10252): v4l2 doc: explain why v4l2_device_unregister_subdev() has to be called.Hans Verkuil1-0/+6
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-1/+1
2009-01-02V4L/DVB (10136): v4l2 doc: update v4l2-framework.txtHans Verkuil1-3/+6
2009-01-02V4L/DVB (10134): v4l2 doc: set v4l2_dev instead of parent.Hans Verkuil1-4/+2
2009-01-02V4L/DVB (10133): v4l2-framework: use correct comment style.Hans Verkuil1-1/+1
2008-12-30V4L/DVB (9943): v4l2: document video_device.Hans Verkuil1-1/+159
2008-12-30V4L/DVB (9820): v4l2: add v4l2_device and v4l2_subdev structs to the v4l2 framework.Hans Verkuil1-0/+362