summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: v4l2: hook up the new control framework into the core frameworkHans Verkuil2010-08-081-13/+33
* V4L/DVB: V4L: Events: Support event handling in do_ioctlSakari Ailus2010-05-191-0/+50
* V4L/DVB: V4L: Events: Add new ioctls for eventsSakari Ailus2010-05-191-0/+3
* V4L/DVB: video_ioctl2: handle the v4l1 compat bit first and move VIDIOCGMBUF ...Hans Verkuil2010-05-191-19/+25
* V4L/DVB: video_ioctl2: don't return, use breakHans Verkuil2010-05-191-2/+2
* V4L/DVB: video_ioctl2: do not replace arg with NULL for _IO() ioctlsHans Verkuil2010-05-191-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* V4L/DVB (13571): v4l: Adding Digital Video Timings APIsMuralidharan Karicheri2009-12-161-0/+147
* V4L/DVB (12543): v4l: introduce string control support.Hans Verkuil2009-09-121-5/+5
* V4L/DVB (12168): v4l2-ioctl: avoid flooding log with unasked debug messagesMauro Carvalho Chehab2009-09-121-4/+10
* V4L/DVB (12124): v4l2-ioctl: better output debug messages for VIDIOC_ENUM_FRA...Mauro Carvalho Chehab2009-09-121-6/+11
* V4L/DVB (12429): v4l2-ioctl: fix G_STD and G_PARM default handlersHans Verkuil2009-08-131-3/+12
* V4L/DVB (11662): v4l2-ioctl: Clear buffer type specific trailing fields/paddingTrent Piepho2009-05-091-0/+27
* V4L/DVB (11661): v4l2-ioctl: Check buffer types using g_fmt instead of try_fmtTrent Piepho2009-05-091-9/+9
* V4L/DVB (11367): v4l2-common: remove legacy codeHans Verkuil2009-04-061-32/+2
* V4L/DVB (11260): v4l2-ioctl: Check format for S_PARM and G_PARMTrent Piepho2009-03-301-0/+7
* V4L/DVB (10920): v4l2-ioctl: fix partial-copy code.Hans Verkuil2009-03-301-4/+5
* V4L/DVB (10910): videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLDHans Verkuil2009-03-301-5/+0
* V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab2009-03-301-0/+1
* V4L/DVB (10870): v4l2-ioctl: get rid of video_decoder.hMauro Carvalho Chehab2009-03-301-14/+0
* V4L/DVB (10813): v4l2: New function v4l2_video_std_frame_periodTrent Piepho2009-03-301-21/+18
* V4L/DVB (10812): v4l2: Zero out read-only ioctls in one placeTrent Piepho2009-03-301-15/+5
* V4L/DVB (10811): videodev: only copy needed part of RW ioctl's parameterTrent Piepho2009-03-301-55/+52
* V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctlTrent Piepho2009-03-301-0/+5
* V4L/DVB (10490): v4l2: prefill ident and revision from v4l2_dbg_chip_ident.Hans Verkuil2009-03-301-0/+3
* V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-021-5/+10
* V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil2009-01-021-7/+7
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-8/+1
* V4L/DVB (10110): v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __vide...Mauro Carvalho Chehab2008-12-301-1/+1
* V4L/DVB (9591): v4l core: fix debug printk for enumberating frameratesMauro Carvalho Chehab2008-12-291-3/+7
* V4L/DVB (9579): v4l core: a few get ioctls were lacking memory cleanMauro Carvalho Chehab2008-12-291-0/+15
* V4L/DVB (9578): v4l core: add support for enumerating frame sizes and intervalsMauro Carvalho Chehab2008-12-291-0/+67
* V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil2008-12-291-5/+3
* V4L/DVB (9491): rationalise addresses to one common oneAlan Cox2008-12-291-1/+1
* V4L/DVB (9331): Remove unused inode parameter from video_ioctl2Mauro Carvalho Chehab2008-10-211-6/+6
* V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab2008-10-211-3/+3
* V4L/DVB (9324): v4l2: add video_ioctl2_unlocked for unlocked_ioctl support.Hans Verkuil2008-10-211-2/+9
* V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_capHans Verkuil2008-10-131-12/+0
* V4L/DVB (8681): v4l2-ioctl.c: fix warningAlexander Beregalov2008-09-031-1/+1
* V4L/DVB (8629): v4l2-ioctl: do not try to handle private V4L1 ioctlsHans Verkuil2008-09-031-1/+1
* V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil2008-07-261-204/+214
* V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil2008-07-231-0/+1865
OpenPOWER on IntegriCloud