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