Home
last modified time | relevance | path

Searched refs:IOC_OUT (Results 1 - 18 of 18) sorted by relevance

/third_party/libinput/include/linux/freebsd/
H A Dinput.h133 #define EVIOCGNAME(len) _IOC(IOC_OUT, 'E', 0x06, len) /* get device name */
134 #define EVIOCGPHYS(len) _IOC(IOC_OUT, 'E', 0x07, len) /* get physical location */
135 #define EVIOCGUNIQ(len) _IOC(IOC_OUT, 'E', 0x08, len) /* get unique identifier */
136 #define EVIOCGPROP(len) _IOC(IOC_OUT, 'E', 0x09, len) /* get device properties */
164 #define EVIOCGKEY(len) _IOC(IOC_OUT, 'E', 0x18, len) /* get global key state */
165 #define EVIOCGLED(len) _IOC(IOC_OUT, 'E', 0x19, len) /* get all LEDs */
166 #define EVIOCGSND(len) _IOC(IOC_OUT, 'E', 0x1a, len) /* get all sounds status */
167 #define EVIOCGSW(len) _IOC(IOC_OUT, 'E', 0x1b, len) /* get all switch states */
169 #define EVIOCGBIT(ev,len) _IOC(IOC_OUT, 'E', 0x20 + (ev), len) /* get event bits */
/third_party/lwip/src/include/lwip/
H A Dsockets.h405 #define IOC_OUT 0x40000000UL /* copy out parameters */ macro
407 #define IOC_INOUT (IOC_IN|IOC_OUT)
412 #define _IOR(x,y,t) ((long)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|((x)<<8)|(y)))
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c392 if (cmd & IOC_OUT) in virtio_simple_ioctl()
407 if (cmd & IOC_OUT) in virtio_simple_ioctl()
/third_party/libdrm/
H A Dxf86drm.h64 #define DRM_IOC_READ IOC_OUT
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs332 pub const IOC_OUT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs337 pub const IOC_OUT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs337 pub const IOC_OUT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs344 pub const IOC_OUT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs341 pub const IOC_OUT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs344 pub const IOC_OUT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs341 pub const IOC_OUT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs331 pub const IOC_OUT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs336 pub const IOC_OUT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs332 pub const IOC_OUT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs336 pub const IOC_OUT: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs332 pub const IOC_OUT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs333 pub const IOC_OUT: u32 = 2147483648; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs332 pub const IOC_OUT: u32 = 2147483648; consts

Completed in 191 milliseconds