Searched refs:VIDIOC_G_AUDOUT (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_AUDOUT.c | 58 ret_get = ioctl(get_video_fd(), VIDIOC_G_AUDOUT, &audioout); in test_VIDIOC_G_AUDOUT() 122 /* check whether the "index" field is ignored by VIDIOC_G_AUDOUT */ in test_VIDIOC_G_AUDOUT_ignore_index() 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() 171 /* check if VIDIOC_G_AUDOUT is supported at all or not */ in test_VIDIOC_G_AUDOUT_NULL() 173 /* VIDIOC_G_AUDOUT is supported, the parameter should be checked */ in test_VIDIOC_G_AUDOUT_NULL() 177 /* VIDIOC_G_AUDOUT not supported at all, the parameter should not be evaluated */ in test_VIDIOC_G_AUDOUT_NULL() 202 * - VIDIOC_G_AUDOUT in test_VIDIOC_S_AUDOUT() [all...] |
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A 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/src/aarch64/ |
H A D | ioctl.rs | 1070 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 1481 IOCTL_REQUEST(VIDIOC_G_AUDOUT); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 961 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 1064 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 961 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 1064 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 966 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 966 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 1073 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 1073 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 1070 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts
|
Completed in 101 milliseconds