Lines Matching refs:v4l2_ioctl
2189 print_v4l2_create_buffers, v4l2_ioctl): Change arg type from long
9973 Remove redundant declaration of v4l2_ioctl.
9979 * defs.h (v4l2_ioctl): Remove.
10807 (v4l2_ioctl): Mpersify.
17524 * v4l2.c (v4l2_ioctl): Check that v4l2_ioctl is defined.
19258 * v4l2.c (v4l2_ioctl): Add decoding for VIDIOC_S_CROP's arg.
19275 * v4l2.c (v4l2_ioctl): case VIDIOC_CROPCAP: add missing braces around arg
19290 * v4l2.c (v4l2_ioctl): Add decoding for VIDIOC_CREATE_BUFS's arg.
20497 * v4l2.c (v4l2_ioctl): Use j and uintmax_t when printing tv_sec/tv_usec.
20574 * v4l2.c (v4l2_ioctl): Likewise. Cast __s64 type to (long long).
20702 (v4l2_ioctl): Check that V4L2_CTRL_FLAG_NEXT_CTRL and VIDIOC_S_EXT_CTRLS
21344 * v4l2.c (v4l2_ioctl): Print strings using print_quoted_string.
21705 v4l2_ioctl): Likewise.
21716 * v4l2.c (v4l2_ioctl): Likewise.
22195 (v4l2_ioctl): Do not use VIDIOC_ENUM_FRAMESIZES and
23379 * defs.h (v4l2_ioctl): New prototype.
23380 * ioctl.c (ioctl_decode): Use v4l2_ioctl.