Home
last modified time | relevance | path

Searched refs:EVIOCGPROP (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dinput.h137 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */ macro
/Linux-v4.19/Documentation/input/
Devent-codes.rst161 EVIOCGPROP, defined in linux/input.h, will be used to convey the device type.
/Linux-v4.19/drivers/input/
Devdev.c1182 case EVIOCGPROP(0): in evdev_do_ioctl()