Searched refs:VIDIOC_G_INPUT (Results 1 – 10 of 10) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_INPUT.c | 70 ret_get = ioctl(f, VIDIOC_G_INPUT, &index); in test_VIDIOC_G_INPUT() 102 ret_get = ioctl(f, VIDIOC_G_INPUT, &input_index_orig); in test_VIDIOC_S_INPUT_from_enum() 178 ret_get = ioctl(f, VIDIOC_G_INPUT, &input_index_orig); in test_VIDIOC_S_INPUT_invalid_inputs() 236 ret_get = ioctl(get_video_fd(), VIDIOC_G_INPUT, &index); in test_VIDIOC_G_INPUT_NULL() 242 ret_null = ioctl(get_video_fd(), VIDIOC_G_INPUT, NULL); in test_VIDIOC_G_INPUT_NULL() 271 ret_orig = ioctl(get_video_fd(), VIDIOC_G_INPUT, &index_orig); in test_VIDIOC_S_INPUT_NULL()
|
D | v4l2_foreach.c | 43 ret_input_get = ioctl(f, VIDIOC_G_INPUT, &input_index_orig); in foreach_input()
|
D | test_VIDIOC_CROPCAP.c | 161 ret_get = ioctl(f, VIDIOC_G_INPUT, &input_index_orig); in test_VIDIOC_CROPCAP_enum_INPUT()
|
/external/strace/tests-m32/ |
D | ioctl_v4l2.c | 787 ioctl(-1, VIDIOC_G_INPUT, 0); in main() 790 ioctl(-1, VIDIOC_G_INPUT, page); in main()
|
/external/strace/tests/ |
D | ioctl_v4l2.c | 787 ioctl(-1, VIDIOC_G_INPUT, 0); in main() 790 ioctl(-1, VIDIOC_G_INPUT, page); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_v4l2.c | 787 ioctl(-1, VIDIOC_G_INPUT, 0); in main() 790 ioctl(-1, VIDIOC_G_INPUT, page); in main()
|
/external/strace/ |
D | v4l2.c | 1057 case VIDIOC_G_INPUT: /* R */ in MPERS_PRINTER_DECL()
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 2517 #define VIDIOC_G_INPUT _IOR('V', 38, int) macro
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_netbsd.cpp | 2385 unsigned IOCTL_VIDIOC_G_INPUT = VIDIOC_G_INPUT;
|
D | sanitizer_interceptors_ioctl_netbsd.inc | 1313 _(VIDIOC_G_INPUT, WRITE, sizeof(int));
|