Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duinput.h65 #define UI_DEV_DESTROY _IO(UINPUT_IOCTL_BASE, 2) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Duinput.h65 #define UI_DEV_DESTROY _IO(UINPUT_IOCTL_BASE, 2) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Duinput.h65 #define UI_DEV_DESTROY _IO(UINPUT_IOCTL_BASE, 2) macro
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Duinput.c873 case UI_DEV_DESTROY: in uinput_ioctl_handler()