Searched refs:EVIOCGKEYCODE (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | keytable.c.rst | 97 if(ioctl(fd, EVIOCGKEYCODE, codes)==0) 161 if(ioctl(fd, EVIOCGKEYCODE, codes)==0) 171 if (!ioctl(fd, EVIOCGKEYCODE, codes) && codes[1] != KEY_RESERVED)
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input.h | 134 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input.h | 137 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ macro
|
/openbmc/linux/Documentation/input/ |
H A D | input-programming.rst | 301 EVIOCGKEYCODE and EVIOCSKEYCODE ioctls on corresponding evdev interface.
|
/openbmc/linux/drivers/input/ |
H A D | evdev.c | 1128 case EVIOCGKEYCODE: in evdev_do_ioctl()
|