Searched refs:UI_SET_EVBIT (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/input/ |
D | input06.c | 86 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY); in setup() 87 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_REP); in setup()
|
D | input_helper.c | 216 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY); in setup_mouse_events() 218 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_REL); in setup_mouse_events()
|
D | input05.c | 86 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY); in setup()
|
D | input03.c | 85 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_KEY); in setup()
|
/external/syzkaller/sys/linux/ |
D | uinput.txt | 16 ioctl$UI_SET_EVBIT(fd fd_uinput, cmd const[UI_SET_EVBIT], arg intptr[0:EV_MAX])
|
D | uinput_arm64.const | 29 UI_SET_EVBIT = 1074025828
|
D | uinput_amd64.const | 29 UI_SET_EVBIT = 1074025828
|
D | uinput_arm.const | 29 UI_SET_EVBIT = 1074025828
|
D | uinput_ppc64le.const | 29 UI_SET_EVBIT = 2147767652
|
D | uinput_386.const | 29 UI_SET_EVBIT = 1074025828
|
/external/kernel-headers/original/uapi/linux/ |
D | uinput.h | 137 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) macro
|