summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l: move v4l2 core into a separate directoryMauro Carvalho Chehab2012-08-141-2324/+0Star
* [media] Use a named union in struct v4l2_ioctl_infoHans Verkuil2012-07-311-5/+5
* [media] v4l2: add core support for the new VIDIOC_ENUM_FREQ_BANDS ioctlHans Verkuil2012-07-311-2/+81
* [media] v4l2-ioctl.c: zero the v4l2_dv_timings_cap structHans Verkuil2012-07-311-1/+1
* [media] v4l2-ioctl: Don't assume file->private_data always points to a v4l2_fhHans Verkuil2012-07-301-7/+14
* [media] Fix VIDIOC_TRY_EXT_CTRLS regressionHans Verkuil2012-07-301-1/+1
* [media] v4l2-dev/ioctl.c: add vb2_queue support to video_deviceHans Verkuil2012-07-061-8/+23
* [media] v4l2-ioctl: remove v4l_(i2c_)print_ioctlHans Verkuil2012-07-061-26/+8Star
* [media] v4l2-dev.c: add debug sysfs entryHans Verkuil2012-07-061-4/+5
* [media] v4l2-ioctl.c: finalize table conversionHans Verkuil2012-07-061-22/+13Star
* [media] v4l2-ioctl.c: use the new table for the remaining ioctlsHans Verkuil2012-07-061-124/+154
* [media] v4l2-ioctl.c: use the new table for preset/timings ioctlsHans Verkuil2012-07-061-140/+67Star
* [media] v4l2-ioctl.c: use the new table for debug ioctlsHans Verkuil2012-07-061-50/+89
* [media] v4l2-ioctl.c: use the new table for compression ioctlsHans Verkuil2012-07-061-77/+46Star
* [media] v4l2-ioctl.c: use the new table for selection ioctlsHans Verkuil2012-07-061-135/+127Star
* [media] v4l2-ioctl.c: use the new table for control ioctlsHans Verkuil2012-07-061-197/+198
* [media] v4l2-ioctl.c: use the new table for queuing/parm ioctlsHans Verkuil2012-07-061-151/+166
* [media] v4l2-ioctl.c: use the new table for std/tuner/modulator ioctlsHans Verkuil2012-07-061-210/+220
* [media] v4l2-ioctl.c: use the new table for overlay/streamon/off ioctlsHans Verkuil2012-07-061-27/+20Star
* [media] v4l2-ioctl.c: use the new table for format/framebuffer ioctlsHans Verkuil2012-07-061-346/+346
* [media] v4l2-ioctl.c: use the new table for priority ioctlsHans Verkuil2012-07-061-31/+29Star
* [media] v4l2-ioctl.c: use the new table for querycap and i/o ioctlsHans Verkuil2012-07-061-195/+133Star
* [media] v4l2-ioctl.c: remove an unnecessary #ifdefHans Verkuil2012-07-061-2/+0Star
* [media] v4l2-ioctl.c: v4l2-ioctl: add debug and callback/offset functionalityHans Verkuil2012-07-061-13/+78
* [media] v4l2-ioctl.c: introduce INFO_FL_CLEAR to replace switchHans Verkuil2012-07-061-62/+41Star
* [media] v4l2-ioctl.c: move a block of code down, no other changesHans Verkuil2012-07-061-144/+144
* [media] v4l2-ioctl: set readbuffers to 2 in g_parmHans Verkuil2012-06-111-0/+1
* [media] v4l2 framework: add support for the new dv_timings ioctlsHans Verkuil2012-05-201-37/+89
* [media] v4l2-ioctl: handle priority handling based on a table lookupHans Verkuil2012-05-141-141/+41Star
* [media] v4l2-dev/ioctl: determine the valid ioctls upfrontHans Verkuil2012-05-141-276/+113Star
* [media] v4l2-dev: make it possible to skip locking for selected ioctlsHans Verkuil2012-05-141-87/+102
* [media] -EINVAL -> -ENOTTYHans Verkuil2012-03-201-1/+1
* [media] v4l2: standardize log start/end messageHans Verkuil2012-02-141-0/+6
* [media] v4l2: add VIDIOC_(TRY_)DECODER_CMDHans Verkuil2012-02-141-0/+28
* [media] V4L2: Add per-device-node capabilitiesHans Verkuil2012-01-231-2/+4
* [media] v4l2-ioctl: make tuner 'type' check more strict for S_FREQUENCYHans Verkuil2012-01-161-1/+7
* [media] v4l: emulate old crop API using extended crop/compose APITomasz Stanislawski2012-01-111-6/+76
* [media] v4l: add support for selection apiTomasz Stanislawski2012-01-111-0/+34
* [media] V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()Dan Carpenter2012-01-071-0/+4
* [media] V4L: add two new ioctl()s for multi-size videobuffer managementGuennadi Liakhovetski2011-11-031-0/+36
* [media] v4l2-ioctl: Fill the default value for VIDIOC_QUERYSTDMauro Carvalho Chehab2011-10-081-0/+8
* [media] media: v4l: remove single to multiplane conversionTomasz Stanislawski2011-09-061-238/+12Star
* [media] v4l2-ioctl: more -ENOTTY fixesHans Verkuil2011-09-061-61/+145
* v4l2-ioctl: properly return -EINVAL when parameters are wrongMauro Carvalho Chehab2011-07-311-37/+52
* [media] v4l2 core: return -ENOTTY if an ioctl doesn't existMauro Carvalho Chehab2011-07-271-2/+2
* [media] v4l2-ctrls: add v4l2_fh pointer to the set control functionsHans Verkuil2011-07-271-4/+4
* [media] v4l2-ioctl: add ctrl_handler to v4l2_fhHans Verkuil2011-07-271-9/+27
* [media] v4l2-ioctl: Add a default value for kernel versionMauro Carvalho Chehab2011-07-271-0/+2
* [media] Fix compile warning: Dereferencing type-punned pointer will break str...Hans Petter Selasky2011-07-271-2/+2
* [media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEKHans Verkuil2011-07-071-3/+9