Home
last modified time | relevance | path

Searched refs:EVIOCSCLOCKID (Results 1 – 12 of 12) sorted by relevance

/external/strace/tests-mx32/
Dioctl_evdev.c106 # ifdef EVIOCSCLOCKID in main()
107 TEST_NULL_ARG(EVIOCSCLOCKID); in main()
183 # ifdef EVIOCSCLOCKID in main()
184 ioctl(-1, EVIOCSCLOCKID, val_int); in main()
/external/strace/tests/
Dioctl_evdev.c106 # ifdef EVIOCSCLOCKID in main()
107 TEST_NULL_ARG(EVIOCSCLOCKID); in main()
183 # ifdef EVIOCSCLOCKID in main()
184 ioctl(-1, EVIOCSCLOCKID, val_int); in main()
/external/strace/tests-m32/
Dioctl_evdev.c106 # ifdef EVIOCSCLOCKID in main()
107 TEST_NULL_ARG(EVIOCSCLOCKID); in main()
183 # ifdef EVIOCSCLOCKID in main()
184 ioctl(-1, EVIOCSCLOCKID, val_int); in main()
/external/syzkaller/sys/linux/
Dinput_386.const32 EVIOCSCLOCKID = 1074021792
Dinput_arm64.const32 EVIOCSCLOCKID = 1074021792
Dinput_ppc64le.const32 EVIOCSCLOCKID = 2147763616
Dinput_amd64.const32 EVIOCSCLOCKID = 1074021792
Dinput_arm.const32 EVIOCSCLOCKID = 1074021792
Dinput.txt48 ioctl$EVIOCSCLOCKID(fd fd_evdev, cmd const[EVIOCSCLOCKID], arg ptr[in, int32])
/external/strace/
Devdev.c407 # ifdef EVIOCSCLOCKID in evdev_write_ioctl()
408 case EVIOCSCLOCKID: in evdev_write_ioctl()
DChangeLog39858 EVIOCSKEYCODE_V2, EVIOCSCLOCKID, and EVIOCREVOKE.
/external/kernel-headers/original/uapi/linux/
Dinput.h239 #define EVIOCSCLOCKID _IOW('E', 0xa0, int) /* Set clockid to be used for timestamps */ macro