Home
last modified time | relevance | path

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

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