/third_party/ltp/libs/libltpuinput/ |
D | tst_uinput.c | 117 SAFE_IOCTL(fd, UI_SET_EVBIT, EV_KEY); in setup_mouse_events() 119 SAFE_IOCTL(fd, UI_SET_EVBIT, EV_REL); in setup_mouse_events()
|
/third_party/ltp/testcases/kernel/input/ |
D | input06.c | 86 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY); in setup() 87 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_REP); in setup()
|
D | input_helper.c | 216 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY); in setup_mouse_events() 218 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_REL); in setup_mouse_events()
|
D | input05.c | 86 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY); in setup()
|
D | input03.c | 85 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY); in setup()
|
/third_party/libevdev/include/linux/linux/ |
D | uinput.h | 136 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) macro
|
/third_party/libevdev/libevdev/ |
D | libevdev-uinput.c | 74 rc = ioctl(fd, UI_SET_EVBIT, type); in set_evbits()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 1216 #define UI_SET_EVBIT 0x40045564ul macro 2775 #define UI_SET_EVBIT 0x40045564ul macro 4332 #define UI_SET_EVBIT 0x40045564ul macro 5784 #define UI_SET_EVBIT 0x40045564ul macro 7231 #define UI_SET_EVBIT 0x80045564ul macro 8781 #define UI_SET_EVBIT 0x80045564ul macro 10331 #define UI_SET_EVBIT 0x80045564ul macro 11783 #define UI_SET_EVBIT 0x40045564ul macro
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 1110 UI_SET_EVBIT
|
D | list.c | 1627 IOCTL_REQUEST(UI_SET_EVBIT); in list()
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | ioctl.rs | 1112 pub const UI_SET_EVBIT: u32 = 1074025828; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | ioctl.rs | 1107 pub const UI_SET_EVBIT: u32 = 2147767652; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | ioctl.rs | 1107 pub const UI_SET_EVBIT: u32 = 2147767652; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | ioctl.rs | 1112 pub const UI_SET_EVBIT: u32 = 1074025828; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | ioctl.rs | 1219 pub const UI_SET_EVBIT: u32 = 1074025828; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | ioctl.rs | 1216 pub const UI_SET_EVBIT: u32 = 1074025828; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | ioctl.rs | 1219 pub const UI_SET_EVBIT: u32 = 1074025828; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | ioctl.rs | 1210 pub const UI_SET_EVBIT: u32 = 2147767652; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | ioctl.rs | 1216 pub const UI_SET_EVBIT: u32 = 1074025828; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | ioctl.rs | 1210 pub const UI_SET_EVBIT: u32 = 2147767652; constant
|