/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A 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() 239 dprintf("\t%s:%u: VIDIOC_G_INPUT, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_INPUT_NULL() 242 ret_null = ioctl(get_video_fd(), VIDIOC_G_INPUT, NULL); in test_VIDIOC_G_INPUT_NULL() 245 dprintf("\t%s:%u: VIDIOC_G_INPUT: ret_null=%i, errno_null=%i\n", in test_VIDIOC_G_INPUT_NULL() 271 ret_orig = ioctl(get_video_fd(), VIDIOC_G_INPUT, &index_orig); in test_VIDIOC_S_INPUT_NULL() 274 dprintf("\t%s:%u: VIDIOC_G_INPUT, ret_orig=%i, errno_orig=%i\n", in test_VIDIOC_S_INPUT_NULL()
|
H A D | v4l2_foreach.c | 43 ret_input_get = ioctl(f, VIDIOC_G_INPUT, &input_index_orig); in foreach_input() 46 ("\t%s:%u: VIDIOC_G_INPUT, ret_input_get=%i, errno_input_get=%i, input_index_orig=0x%X\n", in foreach_input()
|
H A D | test_VIDIOC_CROPCAP.c | 161 ret_get = ioctl(f, VIDIOC_G_INPUT, &input_index_orig); in test_VIDIOC_CROPCAP_enum_INPUT()
|
/third_party/ffmpeg/libavdevice/ |
H A D | v4l2.c | 872 if (v4l2_ioctl(s->fd, VIDIOC_G_INPUT, &s->channel) < 0) { in v4l2_read_header() 874 av_log(ctx, AV_LOG_ERROR, "ioctl(VIDIOC_G_INPUT): %s\n", av_err2str(res)); in v4l2_read_header()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 1519 #define VIDIOC_G_INPUT 0x80045626ul macro 3078 #define VIDIOC_G_INPUT 0x80045626ul macro 4635 #define VIDIOC_G_INPUT 0x80045626ul macro 6087 #define VIDIOC_G_INPUT 0x80045626ul macro 7534 #define VIDIOC_G_INPUT 0x40045626ul macro 9084 #define VIDIOC_G_INPUT 0x40045626ul macro 10634 #define VIDIOC_G_INPUT 0x40045626ul macro 12086 #define VIDIOC_G_INPUT 0x80045626ul macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 1519 pub const VIDIOC_G_INPUT: u32 = 2147767846; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 1938 IOCTL_REQUEST(VIDIOC_G_INPUT); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 1410 pub const VIDIOC_G_INPUT: u32 = 1074026022; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 1513 pub const VIDIOC_G_INPUT: u32 = 1074026022; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 1410 pub const VIDIOC_G_INPUT: u32 = 1074026022; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 1513 pub const VIDIOC_G_INPUT: u32 = 1074026022; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 1415 pub const VIDIOC_G_INPUT: u32 = 2147767846; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 1415 pub const VIDIOC_G_INPUT: u32 = 2147767846; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 1522 pub const VIDIOC_G_INPUT: u32 = 2147767846; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 1522 pub const VIDIOC_G_INPUT: u32 = 2147767846; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 1519 pub const VIDIOC_G_INPUT: u32 = 2147767846; consts
|