Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/rc/
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)
/Linux-v4.19/include/uapi/linux/
Dinput.h129 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ macro
/Linux-v4.19/Documentation/input/
Dinput-programming.rst255 EVIOCGKEYCODE and EVIOCSKEYCODE ioctls on corresponding evdev interface.
/Linux-v4.19/drivers/input/
Devdev.c1163 case EVIOCGKEYCODE: in evdev_do_ioctl()