/third_party/toybox/toys/android/ |
H A D | sendevent.c | 28 if (ioctl(fd, EVIOCGVERSION, &version)) in sendevent_main() 29 perror_exit("EVIOCGVERSION failed for %s", *toys.optargs); in sendevent_main()
|
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 122 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 123 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 130 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ macro
|
/third_party/pulseaudio/src/modules/ |
H A D | module-mmkbd-evdev.c | 195 if (ioctl(u->fd, EVIOCGVERSION, &version) < 0) { in pa__init() 196 pa_log("EVIOCGVERSION failed: %s", pa_cstrerror(errno)); in pa__init()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 424 #define EVIOCGVERSION 0x80044501ul macro 1983 #define EVIOCGVERSION 0x80044501ul macro 3540 #define EVIOCGVERSION 0x80044501ul macro 4992 #define EVIOCGVERSION 0x80044501ul macro 6439 #define EVIOCGVERSION 0x40044501ul macro 7989 #define EVIOCGVERSION 0x40044501ul macro 9539 #define EVIOCGVERSION 0x40044501ul macro 10991 #define EVIOCGVERSION 0x80044501ul macro
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 443 rc = ioctl(fd, EVIOCGVERSION, &dev->driver_version); in libevdev_set_fd()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 424 pub const EVIOCGVERSION: u32 = 2147763457; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 813 IOCTL_REQUEST(EVIOCGVERSION); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 315 pub const EVIOCGVERSION: u32 = 1074021633; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 418 pub const EVIOCGVERSION: u32 = 1074021633; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 315 pub const EVIOCGVERSION: u32 = 1074021633; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 418 pub const EVIOCGVERSION: u32 = 1074021633; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 320 pub const EVIOCGVERSION: u32 = 2147763457; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 320 pub const EVIOCGVERSION: u32 = 2147763457; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 427 pub const EVIOCGVERSION: u32 = 2147763457; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 427 pub const EVIOCGVERSION: u32 = 2147763457; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 424 pub const EVIOCGVERSION: u32 = 2147763457; consts
|