Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Duinput.txt14 ioctl$UI_DEV_DESTROY(fd fd_uinput, cmd const[UI_DEV_DESTROY])
Duinput_arm64.const22 UI_DEV_DESTROY = 21762
Duinput_amd64.const22 UI_DEV_DESTROY = 21762
Duinput_arm.const22 UI_DEV_DESTROY = 21762
Duinput_ppc64le.const22 UI_DEV_DESTROY = 536892674
Duinput_386.const22 UI_DEV_DESTROY = 21762
/external/kernel-headers/original/uapi/linux/
Duinput.h65 #define UI_DEV_DESTROY _IO(UINPUT_IOCTL_BASE, 2) macro
/external/ltp/testcases/kernel/input/
Dinput_helper.c225 SAFE_IOCTL(NULL, fd, UI_DEV_DESTROY, NULL); in destroy_device()