Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d84f2d9483efa6fc69afb82b89ed9615c159470f
/
drivers
/
media
/
video
/
v4l2-ioctl.c
d84f2d94
[media] v4l2-ioctl.c: use the new table for selection ioctls
by Hans Verkuil
· 12 years ago
efbceec
[media] v4l2-ioctl.c: use the new table for control ioctls
by Hans Verkuil
· 12 years ago
eb3728e
[media] v4l2-ioctl.c: use the new table for queuing/parm ioctls
by Hans Verkuil
· 12 years ago
4b1e2e4
[media] v4l2-ioctl.c: use the new table for std/tuner/modulator ioctls
by Hans Verkuil
· 12 years ago
e325b24
[media] v4l2-ioctl.c: use the new table for overlay/streamon/off ioctls
by Hans Verkuil
· 12 years ago
be6c64e
[media] v4l2-ioctl.c: use the new table for format/framebuffer ioctls
by Hans Verkuil
· 12 years ago
d0547cb
[media] v4l2-ioctl.c: use the new table for priority ioctls
by Hans Verkuil
· 12 years ago
5907612
[media] v4l2-ioctl.c: use the new table for querycap and i/o ioctls
by Hans Verkuil
· 12 years ago
2ba60ac
[media] v4l2-ioctl.c: remove an unnecessary #ifdef
by Hans Verkuil
· 12 years ago
86748f3
[media] v4l2-ioctl.c: v4l2-ioctl: add debug and callback/offset functionality
by Hans Verkuil
· 12 years ago
27cd2ab
[media] v4l2-ioctl.c: introduce INFO_FL_CLEAR to replace switch
by Hans Verkuil
· 12 years ago
4839e6c
[media] v4l2-ioctl.c: move a block of code down, no other changes
by Hans Verkuil
· 12 years ago
0c142c8
[media] v4l2-ioctl: set readbuffers to 2 in g_parm
by Hans Verkuil
· 13 years ago
5d7758e
[media] v4l2 framework: add support for the new dv_timings ioctls
by Hans Verkuil
· 13 years ago
4b902fe
[media] v4l2-ioctl: handle priority handling based on a table lookup
by Hans Verkuil
· 13 years ago
48ea0be
[media] v4l2-dev/ioctl: determine the valid ioctls upfront
by Hans Verkuil
· 13 years ago
8ab75e3
[media] v4l2-dev: make it possible to skip locking for selected ioctls
by Hans Verkuil
· 13 years ago
02bbb81
[media] -EINVAL -> -ENOTTY
by Hans Verkuil
· 13 years ago
e2ecb25
[media] v4l2: standardize log start/end message
by Hans Verkuil
· 13 years ago
a45c0ad
[media] v4l2: add VIDIOC_(TRY_)DECODER_CMD
by Hans Verkuil
· 13 years ago
583aa3a
[media] V4L2: Add per-device-node capabilities
by Hans Verkuil
· 13 years ago
aa07eec
[media] v4l2-ioctl: make tuner 'type' check more strict for S_FREQUENCY
by Hans Verkuil
· 13 years ago
992efeff
[media] v4l: emulate old crop API using extended crop/compose API
by Tomasz Stanislawski
· 14 years ago
0e8caac
[media] v4l: add support for selection api
by Tomasz Stanislawski
· 13 years ago
6c06108
[media] V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()
by Dan Carpenter
· 13 years ago
2150158
[media] V4L: add two new ioctl()s for multi-size videobuffer management
by Guennadi Liakhovetski
· 13 years ago
8715e6c
[media] v4l2-ioctl: Fill the default value for VIDIOC_QUERYSTD
by Mauro Carvalho Chehab
· 13 years ago
1d0c86c
[media] media: v4l: remove single to multiplane conversion
by Tomasz Stanislawski
· 13 years ago
93d5a30
[media] v4l2-ioctl: more -ENOTTY fixes
by Hans Verkuil
· 13 years ago
a5f2db5
v4l2-ioctl: properly return -EINVAL when parameters are wrong
by Mauro Carvalho Chehab
· 13 years ago
9190d19
[media] v4l2 core: return -ENOTTY if an ioctl doesn't exist
by Mauro Carvalho Chehab
· 13 years ago
ab892ba
[media] v4l2-ctrls: add v4l2_fh pointer to the set control functions
by Hans Verkuil
· 13 years ago
2d28b68
[media] v4l2-ioctl: add ctrl_handler to v4l2_fh
by Hans Verkuil
· 14 years ago
ae6db51
[media] v4l2-ioctl: Add a default value for kernel version
by Mauro Carvalho Chehab
· 13 years ago
2ef4037
[media] Fix compile warning: Dereferencing type-punned pointer will break strict-aliasing rules
by Hans Petter Selasky
· 14 years ago
a6cf90a
[media] v4l2-ioctl.c: check for valid tuner type in S_HW_FREQ_SEEK
by Hans Verkuil
· 13 years ago
227690d
[media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tuner
by Hans Verkuil
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b1a873a
[media] v4l2: use new flag to enable core priority handling
by Hans Verkuil
· 14 years ago
99cd47bc
[media] v4l2-ioctl: add priority handling support
by Hans Verkuil
· 14 years ago
fc0a807
[media] v4l: Share code between video_usercopy and video_ioctl2
by Laurent Pinchart
· 14 years ago
7ee40aa
[media] v4l: removal of old, obsolete ioctls
by Hans Verkuil
· 14 years ago
d14e6d7
[media] v4l: Add multi-planar ioctl handling code
by Pawel Osciak
· 14 years ago
f8f3914
[media] v4l: Add multi-planar API definitions to the V4L2 API
by Pawel Osciak
· 14 years ago
a1198cc
[media] v4l2-ioctl: fix incorrect error code if VIDIOC_DBG_G/S_REGISTER are unsupported
by Hans Verkuil
· 14 years ago
08af245
[media] V4L: remove V4L1 compatibility mode
by Hans Verkuil
· 14 years ago
11bbc1c
V4L/DVB: v4l2: hook up the new control framework into the core framework
by Hans Verkuil
· 15 years ago
d3d7c96
V4L/DVB: V4L: Events: Support event handling in do_ioctl
by Sakari Ailus
· 15 years ago
fda1021
V4L/DVB: V4L: Events: Add new ioctls for events
by Sakari Ailus
· 15 years ago
6a71788
V4L/DVB: video_ioctl2: handle the v4l1 compat bit first and move VIDIOCGMBUF into the switch
by Hans Verkuil
· 15 years ago
3f5e182
V4L/DVB: video_ioctl2: don't return, use break
by Hans Verkuil
· 15 years ago
1d94aa3
V4L/DVB: video_ioctl2: do not replace arg with NULL for _IO() ioctls
by Hans Verkuil
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b6456c0
V4L/DVB (13571): v4l: Adding Digital Video Timings APIs
by Muralidharan Karicheri
· 15 years ago
6b5a949
V4L/DVB (12543): v4l: introduce string control support.
by Hans Verkuil
· 15 years ago
d33fbcb
V4L/DVB (12168): v4l2-ioctl: avoid flooding log with unasked debug messages
by Mauro Carvalho Chehab
· 15 years ago
d1afe42
V4L/DVB (12124): v4l2-ioctl: better output debug messages for VIDIOC_ENUM_FRAMESIZES
by Mauro Carvalho Chehab
· 15 years ago
9bedc7f
V4L/DVB (12429): v4l2-ioctl: fix G_STD and G_PARM default handlers
by Hans Verkuil
· 15 years ago
7ecc0cf
V4L/DVB (11662): v4l2-ioctl: Clear buffer type specific trailing fields/padding
by Trent Piepho
· 16 years ago
1175d61
V4L/DVB (11661): v4l2-ioctl: Check buffer types using g_fmt instead of try_fmt
by Trent Piepho
· 16 years ago
78a3b4d
V4L/DVB (11367): v4l2-common: remove legacy code
by Hans Verkuil
· 16 years ago
34796bc
V4L/DVB (11260): v4l2-ioctl: Check format for S_PARM and G_PARM
by Trent Piepho
· 16 years ago
9f1a693
V4L/DVB (10920): v4l2-ioctl: fix partial-copy code.
by Hans Verkuil
· 16 years ago
fbc9fa4
V4L/DVB (10910): videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLD
by Hans Verkuil
· 16 years ago
7e0a16f
V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers
by Mauro Carvalho Chehab
· 16 years ago
bd894b5
V4L/DVB (10870): v4l2-ioctl: get rid of video_decoder.h
by Mauro Carvalho Chehab
· 16 years ago
51f0b8d5
V4L/DVB (10813): v4l2: New function v4l2_video_std_frame_period
by Trent Piepho
· 16 years ago
337f9d2
V4L/DVB (10812): v4l2: Zero out read-only ioctls in one place
by Trent Piepho
· 16 years ago
19c96e4
V4L/DVB (10811): videodev: only copy needed part of RW ioctl's parameter
by Trent Piepho
· 16 years ago
9cfb6a3
V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctl
by Trent Piepho
· 16 years ago
80b36e0
V4L/DVB (10490): v4l2: prefill ident and revision from v4l2_dbg_chip_ident.
by Hans Verkuil
· 16 years ago
aecde8b5
V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.
by Hans Verkuil
· 16 years ago
069b747
V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.
by Hans Verkuil
· 16 years ago
bec4366
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
by Hans Verkuil
· 16 years ago
92ab788
V4L/DVB (10110): v4l2-ioctl: Fix warnings when using .unlocked_ioctl = __video_ioctl2
by Mauro Carvalho Chehab
· 16 years ago
1958578
V4L/DVB (9591): v4l core: fix debug printk for enumberating framerates
by Mauro Carvalho Chehab
· 16 years ago
a56a18c
V4L/DVB (9579): v4l core: a few get ioctls were lacking memory clean
by Mauro Carvalho Chehab
· 16 years ago
74d83fa
V4L/DVB (9578): v4l core: add support for enumerating frame sizes and intervals
by Mauro Carvalho Chehab
· 16 years ago
f473bf7
V4L/DVB (9503): v4l: remove inode argument from video_usercopy
by Hans Verkuil
· 16 years ago
d9b0144
V4L/DVB (9491): rationalise addresses to one common one
by Alan Cox
· 16 years ago
8a522c9
V4L/DVB (9331): Remove unused inode parameter from video_ioctl2
by Mauro Carvalho Chehab
· 16 years ago
b1f8840
V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()
by Mauro Carvalho Chehab
· 16 years ago
d5fbf32
V4L/DVB (9324): v4l2: add video_ioctl2_unlocked for unlocked_ioctl support.
by Hans Verkuil
· 16 years ago
3c7b933
V4L/DVB (9160): v4l: remove vidioc_enum_fmt_vbi_cap
by Hans Verkuil
· 16 years ago
b045979
V4L/DVB (8681): v4l2-ioctl.c: fix warning
by Alexander Beregalov
· 16 years ago
888fe74
V4L/DVB (8629): v4l2-ioctl: do not try to handle private V4L1 ioctls
by Hans Verkuil
· 16 years ago
a399810
V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct
by Hans Verkuil
· 16 years ago
35ea11f
V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.h
by Hans Verkuil
· 16 years ago