Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Duinput.h139 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int) macro
/openbmc/linux/Documentation/input/
H A Duinput.rst136 ioctl(fd, UI_SET_RELBIT, REL_X);
137 ioctl(fd, UI_SET_RELBIT, REL_Y);
/openbmc/linux/drivers/input/misc/
H A Duinput.c939 case UI_SET_RELBIT: in uinput_ioctl_handler()