Searched refs:MSC_TIMESTAMP (Results 1 - 10 of 10) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-dell-canvas-totem-touch.c | 74 EV_MSC, MSC_TIMESTAMP,
|
H A D | litest-device-dell-canvas-totem.c | 105 EV_MSC, MSC_TIMESTAMP,
|
/third_party/libevdev/test/ |
H A D | test-event-names.c | 144 #ifdef MSC_TIMESTAMP in START_TEST() 145 ck_assert_str_eq(libevdev_event_code_get_name(EV_MSC, MSC_TIMESTAMP), "MSC_TIMESTAMP"); in START_TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 946 #define MSC_TIMESTAMP 0x05 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 904 #define MSC_TIMESTAMP 0x05 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 904 #define MSC_TIMESTAMP 0x05 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 934 #define MSC_TIMESTAMP 0x05 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 728 [MSC_TIMESTAMP] = "MSC_TIMESTAMP", 1593 { .name = "MSC_TIMESTAMP", .value = MSC_TIMESTAMP },
|
/third_party/libinput/src/ |
H A D | evdev.c | 2261 /* Generally we don't care about MSC_TIMESTAMP and it can cause in evdev_pre_configure_model_quirks() 2269 libevdev_disable_event_code(device->evdev, EV_MSC, MSC_TIMESTAMP); in evdev_pre_configure_model_quirks()
|
H A D | evdev-mt-touchpad.c | 793 if (e->code != MSC_TIMESTAMP) in tp_process_msc() 1566 * current point's timestamp minus whatever MSC_TIMESTAMP gives us. 1605 /* Pointer jump detection based on MSC_TIMESTAMP. in tp_process_msc_timestamp() 1607 MSC_TIMESTAMP gets reset after a kernel timeout (1s) and on some in tp_process_msc_timestamp() 1614 MSC_TIMESTAMP 0 in tp_process_msc_timestamp() 1618 MSC_TIMESTAMP 7300 # the hw interval in tp_process_msc_timestamp() 1622 MSC_TIMESTAMP 123456 # well above the hw interval in tp_process_msc_timestamp() 1626 MSC_TIMESTAMP 123456 + 7300 in tp_process_msc_timestamp()
|
Completed in 21 milliseconds