Home
last modified time | relevance | path

Searched refs:MSC_TIMESTAMP (Results 1 - 10 of 10) sorted by relevance

/third_party/libinput/test/
H A Dlitest-device-dell-canvas-totem-touch.c74 EV_MSC, MSC_TIMESTAMP,
H A Dlitest-device-dell-canvas-totem.c105 EV_MSC, MSC_TIMESTAMP,
/third_party/libevdev/test/
H A Dtest-event-names.c144 #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 Dinput-event-codes.h946 #define MSC_TIMESTAMP 0x05 macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h904 #define MSC_TIMESTAMP 0x05 macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h904 #define MSC_TIMESTAMP 0x05 macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h934 #define MSC_TIMESTAMP 0x05 macro
/third_party/libevdev/include/
H A Devent-names.h728 [MSC_TIMESTAMP] = "MSC_TIMESTAMP",
1593 { .name = "MSC_TIMESTAMP", .value = MSC_TIMESTAMP },
/third_party/libinput/src/
H A Devdev.c2261 /* 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 Devdev-mt-touchpad.c793 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