Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Duinput.h170 #define UI_GET_VERSION _IOR(UINPUT_IOCTL_BASE, 45, unsigned int) macro
/openbmc/linux/Documentation/input/
H A Duinput.rst199 rc = ioctl(fd, UI_GET_VERSION, &version);
/openbmc/linux/drivers/input/misc/
H A Duinput.c912 case UI_GET_VERSION: in uinput_ioctl_handler()