Searched refs:EVIOCGMASK (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input.h | 187 * EVIOCGMASK - Retrieve current event mask 215 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */ macro 220 * This ioctl is the counterpart to EVIOCGMASK. Instead of receiving the 222 * type. See EVIOCGMASK for a description of event-masks and the
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input.h | 190 * EVIOCGMASK - Retrieve current event mask 218 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) /* Get event-masks */ macro 223 * This ioctl is the counterpart to EVIOCGMASK. Instead of receiving the 225 * type. See EVIOCGMASK for a description of event-masks and the
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input.h | 99 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input.h | 99 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input.h | 88 #define EVIOCGMASK _IOR('E', 0x92, struct input_mask) macro
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | evdev.c | 1098 case EVIOCGMASK: { in evdev_do_ioctl()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | evdev.c | 1098 case EVIOCGMASK: { in evdev_do_ioctl()
|
Completed in 9 milliseconds