Searched refs:EVIOCGBIT (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input.h | 175 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input.h | 178 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input.h | 91 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input.h | 91 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input.h | 80 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) macro
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | evdev.c | 59 /* EV_SYN==0 is EV_CNT, _not_ SYN_CNT, see EVIOCGBIT */ in evdev_get_mask_cnt() 1199 if ((_IOC_NR(cmd) & ~EV_MAX) == _IOC_NR(EVIOCGBIT(0, 0))) in evdev_do_ioctl()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | evdev.c | 59 /* EV_SYN==0 is EV_CNT, _not_ SYN_CNT, see EVIOCGBIT */ in evdev_get_mask_cnt() 1199 if ((_IOC_NR(cmd) & ~EV_MAX) == _IOC_NR(EVIOCGBIT(0, 0))) in evdev_do_ioctl()
|
Completed in 8 milliseconds