Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h142 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput.h145 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */ macro
/openbmc/linux/drivers/input/
H A Devdev.c1147 case EVIOCGPROP(0): in evdev_do_ioctl()
/openbmc/linux/Documentation/input/
H A Devent-codes.rst165 EVIOCGPROP, defined in linux/input.h, will be used to convey the device type.