/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_MODULATOR.c | 60 ret_get = ioctl(f, VIDIOC_G_MODULATOR, &modulator); in do_get_modulator() 160 ret_get = ioctl(get_video_fd(), VIDIOC_G_MODULATOR, &modulator); in test_VIDIOC_G_MODULATOR_S32_MAX() 184 ret_get = ioctl(get_video_fd(), VIDIOC_G_MODULATOR, &modulator); in test_VIDIOC_G_MODULATOR_S32_MAX_1() 207 ret_get = ioctl(get_video_fd(), VIDIOC_G_MODULATOR, &modulator); in test_VIDIOC_G_MODULATOR_U32_MAX() 229 ret_get = ioctl(get_video_fd(), VIDIOC_G_MODULATOR, &modulator); in test_VIDIOC_G_MODULATOR_NULL() 235 ret_null = ioctl(get_video_fd(), VIDIOC_G_MODULATOR, NULL); in test_VIDIOC_G_MODULATOR_NULL()
|
D | README | 43 VIDIOC_G_MODULATOR, VIDIOC_G_PRIORITY, VIDIOC_S_PRIORITY
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 420 #define VIDIOC_G_MODULATOR 0xc0445636ul macro 1979 #define VIDIOC_G_MODULATOR 0xc0445636ul macro 3536 #define VIDIOC_G_MODULATOR 0xc0445636ul macro 4988 #define VIDIOC_G_MODULATOR 0xc0445636ul macro 6435 #define VIDIOC_G_MODULATOR 0xc0445636ul macro 7985 #define VIDIOC_G_MODULATOR 0xc0445636ul macro 9535 #define VIDIOC_G_MODULATOR 0xc0445636ul macro 10987 #define VIDIOC_G_MODULATOR 0xc0445636ul macro
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 314 VIDIOC_G_MODULATOR
|
D | list.c | 809 IOCTL_REQUEST(VIDIOC_G_MODULATOR); in list()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | videodev2.h | 2538 #define VIDIOC_G_MODULATOR _IOWR('V', 54, struct v4l2_modulator) macro
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | videodev2.h | 2538 #define VIDIOC_G_MODULATOR _IOWR('V', 54, struct v4l2_modulator) macro
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | ioctl.rs | 316 pub const VIDIOC_G_MODULATOR: u32 = 3225703990; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | ioctl.rs | 311 pub const VIDIOC_G_MODULATOR: u32 = 3225703990; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | ioctl.rs | 311 pub const VIDIOC_G_MODULATOR: u32 = 3225703990; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | ioctl.rs | 316 pub const VIDIOC_G_MODULATOR: u32 = 3225703990; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | ioctl.rs | 423 pub const VIDIOC_G_MODULATOR: u32 = 3225703990; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | ioctl.rs | 420 pub const VIDIOC_G_MODULATOR: u32 = 3225703990; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | ioctl.rs | 423 pub const VIDIOC_G_MODULATOR: u32 = 3225703990; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | ioctl.rs | 414 pub const VIDIOC_G_MODULATOR: u32 = 3225703990; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | ioctl.rs | 420 pub const VIDIOC_G_MODULATOR: u32 = 3225703990; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | ioctl.rs | 414 pub const VIDIOC_G_MODULATOR: u32 = 3225703990; constant
|