Searched refs:VIDIOC_S_INPUT (Results 1 – 16 of 16) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_INPUT.c | 119 ioctl(f, VIDIOC_S_INPUT, &input.index); in test_VIDIOC_S_INPUT_from_enum() 132 ret_set = ioctl(f, VIDIOC_S_INPUT, &input_index_orig); in test_VIDIOC_S_INPUT_from_enum() 152 ret_set = ioctl(f, VIDIOC_S_INPUT, &input.index); in do_set_input() 219 ret_set = ioctl(f, VIDIOC_S_INPUT, &input_index_orig); in test_VIDIOC_S_INPUT_invalid_inputs() 279 ret_set = ioctl(get_video_fd(), VIDIOC_S_INPUT, &index); in test_VIDIOC_S_INPUT_NULL() 285 ret_null = ioctl(get_video_fd(), VIDIOC_S_INPUT, NULL); in test_VIDIOC_S_INPUT_NULL()
|
D | v4l2_foreach.c | 63 ret_input_set = ioctl(f, VIDIOC_S_INPUT, &input.index); in foreach_input() 85 ret_input_set = ioctl(f, VIDIOC_S_INPUT, &input_index_orig); in foreach_input()
|
D | test_VIDIOC_CROPCAP.c | 178 ioctl(f, VIDIOC_S_INPUT, &input.index); in test_VIDIOC_CROPCAP_enum_INPUT() 196 ret_set = ioctl(f, VIDIOC_S_INPUT, &input_index_orig); in test_VIDIOC_CROPCAP_enum_INPUT()
|
/external/strace/tests/ |
D | ioctl_v4l2.c | 794 ioctl(-1, VIDIOC_S_INPUT, 0); in main() 797 ioctl(-1, VIDIOC_S_INPUT, p_int); in main()
|
/external/strace/tests-m32/ |
D | ioctl_v4l2.c | 794 ioctl(-1, VIDIOC_S_INPUT, 0); in main() 797 ioctl(-1, VIDIOC_S_INPUT, p_int); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_v4l2.c | 794 ioctl(-1, VIDIOC_S_INPUT, 0); in main() 797 ioctl(-1, VIDIOC_S_INPUT, p_int); in main()
|
/external/libkmsxx/kms++util/src/ |
D | videodevice.cpp | 375 req = VIDIOC_S_INPUT; in set_port()
|
/external/libxcam/xcore/ |
D | v4l2_device.cpp | 162 if (io_control (VIDIOC_S_INPUT, &_sensor_id) < 0) { in open()
|
/external/syzkaller/sys/linux/ |
D | video4linux_386.const | 1020 VIDIOC_S_INPUT = 3221509671
|
D | video4linux_arm.const | 1020 VIDIOC_S_INPUT = 3221509671
|
D | video4linux_arm64.const | 1020 VIDIOC_S_INPUT = 3221509671
|
D | video4linux_amd64.const | 1020 VIDIOC_S_INPUT = 3221509671
|
D | video4linux.txt | 56 ioctl$VIDIOC_S_INPUT(fd fd_video, cmd const[VIDIOC_S_INPUT], arg ptr[inout, int32])
|
/external/strace/ |
D | v4l2.c | 1061 case VIDIOC_S_INPUT: /* RW */ in MPERS_PRINTER_DECL()
|
D | ChangeLog | 12034 (v4l2_ioctl) <case VIDIOC_S_STD, case VIDIOC_S_INPUT>: Replace return
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 2392 #define VIDIOC_S_INPUT _IOWR('V', 39, int) macro
|