Home
last modified time | relevance | path

Searched refs:UI_DEV_DESTROY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/input/
H A Duinput.rst102 * device with UI_DEV_DESTROY.
106 ioctl(fd, UI_DEV_DESTROY);
167 * device with UI_DEV_DESTROY.
171 ioctl(fd, UI_DEV_DESTROY);
236 * device with UI_DEV_DESTROY.
240 ioctl(fd, UI_DEV_DESTROY);
/openbmc/linux/include/uapi/linux/
H A Duinput.h65 #define UI_DEV_DESTROY _IO(UINPUT_IOCTL_BASE, 2) macro
/openbmc/linux/drivers/input/misc/
H A Duinput.c921 case UI_DEV_DESTROY: in uinput_ioctl_handler()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch522 +pub const UI_DEV_DESTROY: u32 = 21762;