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