/third_party/libinput/include/linux/linux/ |
H A D | input.h | 123 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 124 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 131 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ macro
|
/third_party/pulseaudio/src/modules/ |
H A D | module-mmkbd-evdev.c | 202 if (ioctl(u->fd, EVIOCGID, &input_id)) { in pa__init() 203 pa_log("EVIOCGID failed: %s", pa_cstrerror(errno)); in pa__init()
|
/third_party/glfw/src/ |
H A D | linux_joystick.c | 150 ioctl(linjs.fd, EVIOCGID, &id) < 0) in openJoystickDevice()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 1203 #define EVIOCGID 0x80084502ul macro 2762 #define EVIOCGID 0x80084502ul macro 4319 #define EVIOCGID 0x80084502ul macro 5771 #define EVIOCGID 0x80084502ul macro 7218 #define EVIOCGID 0x40084502ul macro 8768 #define EVIOCGID 0x40084502ul macro 10318 #define EVIOCGID 0x40084502ul macro 11770 #define EVIOCGID 0x80084502ul macro
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 439 rc = ioctl(fd, EVIOCGID, &dev->ids); in libevdev_set_fd()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 1203 pub const EVIOCGID: u32 = 2148025602; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 1614 IOCTL_REQUEST(EVIOCGID); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 1094 pub const EVIOCGID: u32 = 1074283778; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 1197 pub const EVIOCGID: u32 = 1074283778; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 1094 pub const EVIOCGID: u32 = 1074283778; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 1197 pub const EVIOCGID: u32 = 1074283778; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 1099 pub const EVIOCGID: u32 = 2148025602; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 1099 pub const EVIOCGID: u32 = 2148025602; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 1206 pub const EVIOCGID: u32 = 2148025602; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 1206 pub const EVIOCGID: u32 = 2148025602; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 1203 pub const EVIOCGID: u32 = 2148025602; consts
|