/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_AUDOUT.c | 58 ret_get = ioctl(get_video_fd(), VIDIOC_G_AUDOUT, &audioout); in test_VIDIOC_G_AUDOUT() 125 reg_get1 = ioctl(get_video_fd(), VIDIOC_G_AUDOUT, &audioout); in test_VIDIOC_G_AUDOUT_ignore_index() 133 reg_get2 = ioctl(get_video_fd(), VIDIOC_G_AUDOUT, &audioout2); in test_VIDIOC_G_AUDOUT_ignore_index() 159 ret_get = ioctl(get_video_fd(), VIDIOC_G_AUDOUT, &audioout); in test_VIDIOC_G_AUDOUT_NULL() 165 ret_null = ioctl(get_video_fd(), VIDIOC_G_AUDOUT, NULL); in test_VIDIOC_G_AUDOUT_NULL() 208 ret_orig = ioctl(get_video_fd(), VIDIOC_G_AUDOUT, &audioout_orig); in test_VIDIOC_S_AUDOUT() 296 ret_orig = ioctl(get_video_fd(), VIDIOC_G_AUDOUT, &audioout_orig); in test_VIDIOC_S_AUDOUT_S32_MAX() 350 ret_orig = ioctl(get_video_fd(), VIDIOC_G_AUDOUT, &audioout_orig); in test_VIDIOC_S_AUDOUT_S32_MAX_1() 404 ret_orig = ioctl(get_video_fd(), VIDIOC_G_AUDOUT, &audioout_orig); in test_VIDIOC_S_AUDOUT_U32_MAX() 456 ret_orig = ioctl(get_video_fd(), VIDIOC_G_AUDOUT, &audio_orig); in test_VIDIOC_S_AUDOUT_NULL()
|
D | README | 37 9 Feb 2009 0.7 Test cases added for VIDIOC_G_AUDIO, VIDIOC_G_AUDOUT, 42 4 Feb 2009 0.6 Test cases added for VIDIOC_G_AUDIO, VIDIOC_G_AUDOUT,
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 1070 #define VIDIOC_G_AUDOUT 0x80345631ul macro 2629 #define VIDIOC_G_AUDOUT 0x80345631ul macro 4186 #define VIDIOC_G_AUDOUT 0x80345631ul macro 5638 #define VIDIOC_G_AUDOUT 0x80345631ul macro 7085 #define VIDIOC_G_AUDOUT 0x40345631ul macro 8635 #define VIDIOC_G_AUDOUT 0x40345631ul macro 10185 #define VIDIOC_G_AUDOUT 0x40345631ul macro 11637 #define VIDIOC_G_AUDOUT 0x80345631ul macro
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 964 VIDIOC_G_AUDOUT
|
D | list.c | 1481 IOCTL_REQUEST(VIDIOC_G_AUDOUT); in list()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | videodev2.h | 2536 #define VIDIOC_G_AUDOUT _IOR('V', 49, struct v4l2_audioout) macro
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | videodev2.h | 2536 #define VIDIOC_G_AUDOUT _IOR('V', 49, struct v4l2_audioout) macro
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | ioctl.rs | 966 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | ioctl.rs | 961 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | ioctl.rs | 961 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | ioctl.rs | 966 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | ioctl.rs | 1073 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | ioctl.rs | 1070 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | ioctl.rs | 1073 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | ioctl.rs | 1064 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | ioctl.rs | 1070 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | ioctl.rs | 1064 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; constant
|