Searched refs:UINPUT_IOCTL_BASE (Results 1 – 2 of 2) sorted by relevance
/third_party/libevdev/include/linux/linux/ |
D | uinput.h | 62 #define UINPUT_IOCTL_BASE 'U' macro 63 #define UI_DEV_CREATE _IO(UINPUT_IOCTL_BASE, 1) 64 #define UI_DEV_DESTROY _IO(UINPUT_IOCTL_BASE, 2) 99 #define UI_DEV_SETUP _IOW(UINPUT_IOCTL_BASE, 3, struct uinput_setup) 134 #define UI_ABS_SETUP _IOW(UINPUT_IOCTL_BASE, 4, struct uinput_abs_setup) 136 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) 137 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) 138 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int) 139 #define UI_SET_ABSBIT _IOW(UINPUT_IOCTL_BASE, 103, int) 140 #define UI_SET_MSCBIT _IOW(UINPUT_IOCTL_BASE, 104, int) [all …]
|
/third_party/libevdev/libevdev/ |
D | libevdev-uinput.c | 24 #ifndef UINPUT_IOCTL_BASE 25 #define UINPUT_IOCTL_BASE 'U' macro 29 #define UI_SET_PROPBIT _IOW(UINPUT_IOCTL_BASE, 110, int)
|