Home
last modified time | relevance | path

Searched refs:EVIOCGKEYCODE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/rc/
H A Dkeytable.c.rst97 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 Dinput.h134 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ macro
/openbmc/linux/include/uapi/linux/
H A Dinput.h137 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ macro
/openbmc/linux/Documentation/input/
H A Dinput-programming.rst301 EVIOCGKEYCODE and EVIOCSKEYCODE ioctls on corresponding evdev interface.
/openbmc/linux/drivers/input/
H A Devdev.c1128 case EVIOCGKEYCODE: in evdev_do_ioctl()