Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/input/
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
/Linux-v6.1/include/uapi/linux/
Duinput.h64 #define UI_DEV_CREATE _IO(UINPUT_IOCTL_BASE, 1) macro
/Linux-v6.1/drivers/input/misc/
Duinput.c869 case UI_DEV_CREATE: in uinput_ioctl_handler()