Searched refs:EV_REP (Results 1 – 17 of 17) sorted by relevance
/external/strace/xlat/ |
D | evdev_ev.h | 62 #if defined(EV_REP) || (defined(HAVE_DECL_EV_REP) && HAVE_DECL_EV_REP) 64 static_assert((EV_REP) == (0x14), "EV_REP != 0x14"); 67 # define EV_REP 0x14 104 XLAT(EV_REP),
|
D | evdev_ev.in | 9 EV_REP 0x14
|
/external/ltp/testcases/kernel/input/ |
D | input06.c | 87 SAFE_IOCTL(NULL, fd, UI_SET_EVBIT, EV_REP); in setup() 151 if (!check_event_code(iev, EV_REP, REP_DELAY)) { in parse_autorepeat_config() 157 if (!check_event_code(next_event(), EV_REP, REP_PERIOD)) { in parse_autorepeat_config() 212 case EV_REP: in check_events()
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 162 EV_REP = 0x14 variable 1125 EV_REP : 'EV_REP', 1139 EV_REP : REP_CNT, 1311 EV_REP: {
|
/external/syzkaller/sys/linux/ |
D | input_arm.const | 47 EV_REP = 20
|
D | input_386.const | 47 EV_REP = 20
|
D | input_amd64.const | 47 EV_REP = 20
|
D | input_arm64.const | 47 EV_REP = 20
|
D | input_ppc64le.const | 47 EV_REP = 20
|
D | input.txt | 56 input_codes = EV_SYN, EV_KEY, EV_REL, EV_ABS, EV_MSC, EV_SW, EV_LED, EV_SND, EV_REP, EV_FF, EV_PWR,…
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 47 [EV_SND] = "Sound", [EV_REP] = "Repeat", 298 [EV_SND] = sounds, [EV_REP] = repeats,
|
/external/strace/tests/ |
D | ioctl_evdev.c | 150 TEST_NULL_ARG(EVIOCGBIT(EV_REP, 8)); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_evdev.c | 150 TEST_NULL_ARG(EVIOCGBIT(EV_REP, 8)); in main()
|
/external/strace/tests-m32/ |
D | ioctl_evdev.c | 150 TEST_NULL_ARG(EVIOCGBIT(EV_REP, 8)); in main()
|
/external/strace/ |
D | evdev.c | 285 case EV_REP: in bit_ioctl()
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 46 #define EV_REP 0x14 macro
|
/external/u-boot/include/dt-bindings/input/ |
D | linux-event-codes.h | 45 #define EV_REP 0x14 macro
|