summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-fh.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
* [media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of j...Hans Verkuil2011-07-271-3/+1
* [media] v4l2-events/fh: merge v4l2_events into v4l2_fhHans Verkuil2011-07-271-11/+6
* [media] v4l2-ctrls: add control eventsHans Verkuil2011-07-271-3/+1
* [media] v4l2-ioctl: add ctrl_handler to v4l2_fhHans Verkuil2011-07-271-0/+2
* [media] v4l2: use new flag to enable core priority handlingHans Verkuil2011-03-221-3/+4
* [media] v4l2-fh: add v4l2_fh_is_singularHans Verkuil2011-03-221-0/+14
* [media] v4l2-fh: add v4l2_fh_open and v4l2_fh_release helper functionsHans Verkuil2011-03-221-0/+28
* [media] v4l2-fh: implement v4l2_priority supportHans Verkuil2011-03-221-0/+4
* V4L/DVB: V4L: Events: Support event handling in do_ioctlSakari Ailus2010-05-191-1/+10
* V4L/DVB: V4L: Events: Add backendSakari Ailus2010-05-191-1/+5
* V4L/DVB: V4L: File handlesSakari Ailus2010-05-191-0/+66