Searched refs:EVIOCREVOKE (Results 1 – 6 of 6) sorted by relevance
/external/strace/tests-m32/ |
D | ioctl_evdev.c | 171 # ifdef EVIOCREVOKE in main() 172 ioctl(-1, EVIOCREVOKE, lmagic); in main()
|
/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/ |
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 | 184 #define EVIOCREVOKE _IOW('E', 0x91, int) /* Revoke device access */ macro
|