Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/input/
H A Duinput.rst83 ioctl(fd, UI_DEV_CREATE);
86 * On UI_DEV_CREATE the kernel will create the device node for this
146 ioctl(fd, UI_DEV_CREATE);
149 * On UI_DEV_CREATE the kernel will create the device node for this
217 ioctl(fd, UI_DEV_CREATE);
220 * On UI_DEV_CREATE the kernel will create the device node for this
/openbmc/linux/include/uapi/linux/
H A Duinput.h64 #define UI_DEV_CREATE _IO(UINPUT_IOCTL_BASE, 1) macro
/openbmc/linux/drivers/input/misc/
H A Duinput.c917 case UI_DEV_CREATE: in uinput_ioctl_handler()