Home
last modified time | relevance | path

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

/third_party/toybox/toys/android/
H A Dsendevent.c28 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 Dinput.h122 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ macro
/third_party/libinput/include/linux/freebsd/
H A Dinput.h123 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ macro
/third_party/libevdev/include/linux/linux/
H A Dinput.h130 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ macro
/third_party/pulseaudio/src/modules/
H A Dmodule-mmkbd-evdev.c195 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 Dioctl.h424 #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 Dlibevdev.c443 rc = ioctl(fd, EVIOCGVERSION, &dev->driver_version); in libevdev_set_fd()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dioctl.rs424 pub const EVIOCGVERSION: u32 = 2147763457; consts
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c813 IOCTL_REQUEST(EVIOCGVERSION); in list()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dioctl.rs315 pub const EVIOCGVERSION: u32 = 1074021633; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dioctl.rs418 pub const EVIOCGVERSION: u32 = 1074021633; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dioctl.rs315 pub const EVIOCGVERSION: u32 = 1074021633; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dioctl.rs418 pub const EVIOCGVERSION: u32 = 1074021633; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dioctl.rs320 pub const EVIOCGVERSION: u32 = 2147763457; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dioctl.rs320 pub const EVIOCGVERSION: u32 = 2147763457; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dioctl.rs427 pub const EVIOCGVERSION: u32 = 2147763457; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dioctl.rs427 pub const EVIOCGVERSION: u32 = 2147763457; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dioctl.rs424 pub const EVIOCGVERSION: u32 = 2147763457; consts

Completed in 107 milliseconds