Searched refs:v4l2_ext_controls (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_EXT_CTRLS.c | 31 struct v4l2_ext_controls controls; in test_VIDIOC_G_EXT_CTRLS_zero() 63 struct v4l2_ext_controls controls; in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count() 183 struct v4l2_ext_controls controls; in do_get_ext_control_one() 306 struct v4l2_ext_controls controls; in test_VIDIOC_G_EXT_CTRLS_NULL() 344 struct v4l2_ext_controls controls; in test_VIDIOC_S_EXT_CTRLS_zero() 376 struct v4l2_ext_controls controls; in test_VIDIOC_S_EXT_CTRLS_zero_invalid_count() 493 struct v4l2_ext_controls controls; in test_VIDIOC_S_EXT_CTRLS_NULL() 531 struct v4l2_ext_controls controls; in test_VIDIOC_TRY_EXT_CTRLS_zero() 563 struct v4l2_ext_controls controls; in test_VIDIOC_TRY_EXT_CTRLS_zero_invalid_count() 682 struct v4l2_ext_controls controls; in test_VIDIOC_TRY_EXT_CTRLS_NULL()
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 1633 struct v4l2_ext_controls { struct 2417 #define VIDIOC_G_EXT_CTRLS _IOWR('V', 71, struct v4l2_ext_controls) 2418 #define VIDIOC_S_EXT_CTRLS _IOWR('V', 72, struct v4l2_ext_controls) 2419 #define VIDIOC_TRY_EXT_CTRLS _IOWR('V', 73, struct v4l2_ext_controls)
|
/external/syzkaller/sys/linux/ |
D | video4linux.txt | 81 …l$VIDIOC_G_EXT_CTRLS(fd fd_video, cmd const[VIDIOC_G_EXT_CTRLS], arg ptr[inout, v4l2_ext_controls]) 82 …l$VIDIOC_S_EXT_CTRLS(fd fd_video, cmd const[VIDIOC_S_EXT_CTRLS], arg ptr[inout, v4l2_ext_controls]) 83 …DIOC_TRY_EXT_CTRLS(fd fd_video, cmd const[VIDIOC_TRY_EXT_CTRLS], arg ptr[inout, v4l2_ext_controls]) 472 v4l2_ext_controls { 481 id flags[v4l2_ext_controls, int32] 920 v4l2_ext_controls = V4L2_CID_USER_CLASS, V4L2_CID_BRIGHTNESS, V4L2_CID_CONTRAST, V4L2_CID_SATURATIO…
|
/external/strace/ |
D | v4l2.c | 56 typedef struct v4l2_ext_controls struct_v4l2_ext_controls;
|
D | NEWS | 465 of struct v4l2_ext_controls.
|
D | ChangeLog | 21528 (print_v4l2_ext_controls): Cast v4l2_ext_controls.controls pointer
|
/external/strace/tests/ |
D | ioctl_v4l2.c | 838 TAIL_ALLOC_OBJECT_CONST_PTR(struct v4l2_ext_controls, p_ext_controls); in main()
|
/external/strace/tests-m32/ |
D | ioctl_v4l2.c | 838 TAIL_ALLOC_OBJECT_CONST_PTR(struct v4l2_ext_controls, p_ext_controls); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_v4l2.c | 838 TAIL_ALLOC_OBJECT_CONST_PTR(struct v4l2_ext_controls, p_ext_controls); in main()
|