Searched refs:EVIOCREVOKE (Results 1 – 12 of 12) sorted by relevance
/external/strace/tests-mx32/ |
D | ioctl_evdev.c | 171 # ifdef EVIOCREVOKE in main() 172 ioctl(-1, EVIOCREVOKE, lmagic); in main()
|
/external/strace/tests/ |
D | ioctl_evdev.c | 171 # ifdef EVIOCREVOKE in main() 172 ioctl(-1, EVIOCREVOKE, lmagic); in main()
|
/external/strace/tests-m32/ |
D | ioctl_evdev.c | 171 # ifdef EVIOCREVOKE in main() 172 ioctl(-1, EVIOCREVOKE, lmagic); in main()
|
/external/syzkaller/sys/linux/ |
D | input_386.const | 26 EVIOCREVOKE = 1074021777
|
D | input_arm64.const | 26 EVIOCREVOKE = 1074021777
|
D | input_ppc64le.const | 26 EVIOCREVOKE = 2147763601
|
D | input_amd64.const | 26 EVIOCREVOKE = 1074021777
|
D | input_arm.const | 26 EVIOCREVOKE = 1074021777
|
D | input.txt | 46 ioctl$EVIOCREVOKE(fd fd_evdev, cmd const[EVIOCREVOKE], arg ptr[in, int32])
|
/external/strace/ |
D | evdev.c | 402 # ifdef EVIOCREVOKE in evdev_write_ioctl() 403 case EVIOCREVOKE: in evdev_write_ioctl()
|
D | ChangeLog | 28599 evdev.c: fix decoding of EVIOCGRAB and EVIOCREVOKE. 28601 and EVIOCREVOKE as unsigned long. 39858 EVIOCSKEYCODE_V2, EVIOCSCLOCKID, and EVIOCREVOKE.
|
/external/kernel-headers/original/uapi/linux/ |
D | input.h | 183 #define EVIOCREVOKE _IOW('E', 0x91, int) /* Revoke device access */ macro
|