Home
last modified time | relevance | path

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

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