Home
last modified time | relevance | path

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 Dtest_VIDIOC_AUDOUT.c58 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 Dioctl.h1070 #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 Dioctl.rs1070 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c1481 IOCTL_REQUEST(VIDIOC_G_AUDOUT); in list()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dioctl.rs961 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dioctl.rs1064 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dioctl.rs961 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dioctl.rs1064 pub const VIDIOC_G_AUDOUT: u32 = 1077171761; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dioctl.rs966 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dioctl.rs966 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dioctl.rs1073 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dioctl.rs1073 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dioctl.rs1070 pub const VIDIOC_G_AUDOUT: u32 = 2150913585; consts

Completed in 104 milliseconds