Home
last modified time | relevance | path

Searched refs:UI_SET_EVBIT (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/Documentation/input/
Duinput.rst73 ioctl(fd, UI_SET_EVBIT, EV_KEY);
132 ioctl(fd, UI_SET_EVBIT, EV_KEY);
135 ioctl(fd, UI_SET_EVBIT, EV_REL);
210 ioctl(fd, UI_SET_EVBIT, EV_KEY);
/Linux-v6.6/include/uapi/linux/
Duinput.h137 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) macro
/Linux-v6.6/drivers/input/misc/
Duinput.c917 case UI_SET_EVBIT: in uinput_ioctl_handler()