Lines Matching defs:time
64 uint64_t time) in tp_filter_motion()
82 uint64_t time) in tp_filter_motion_unaccelerated()
100 uint64_t time) in tp_filter_scroll()
118 uint64_t time) in tp_calculate_motion_speed()
160 tp_motion_history_push(struct tp_touch *t, uint64_t time) in tp_motion_history_push()
186 uint64_t time) in tp_detect_wobbling()
333 tp_new_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_new_touch()
369 tp_begin_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_begin_touch()
395 uint64_t time) in tp_maybe_end_touch()
441 tp_end_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_end_touch()
464 tp_end_sequence(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_end_sequence()
471 tp_stop_actions(struct tp_dispatch *tp, uint64_t time) in tp_stop_actions()
521 uint64_t time) in tp_process_absolute()
581 uint64_t time) in tp_process_absolute_st()
612 uint64_t time) in tp_restore_synaptics_touches()
647 uint64_t time) in tp_process_fake_touches()
714 uint64_t time) in tp_process_trackpoint_button()
760 uint64_t time) in tp_process_key()
791 uint64_t time) in tp_process_msc()
889 uint64_t time) in tp_palm_detect_dwt_triggered()
923 uint64_t time) in tp_palm_detect_trackpoint_triggered()
953 uint64_t time) in tp_palm_detect_tool_triggered()
975 uint64_t time) in tp_palm_detect_move_out_of_edge()
1000 tp_palm_detect_multifinger(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_palm_detect_multifinger()
1031 uint64_t time) in tp_palm_detect_touch_size_triggered()
1057 uint64_t time) in tp_palm_detect_edge()
1101 uint64_t time) in tp_palm_detect_pressure_triggered()
1119 uint64_t time) in tp_palm_detect_arbitration_triggered()
1130 tp_palm_detect(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_palm_detect()
1206 tp_unhover_pressure(struct tp_dispatch *tp, uint64_t time) in tp_unhover_pressure()
1295 tp_unhover_size(struct tp_dispatch *tp, uint64_t time) in tp_unhover_size()
1336 tp_unhover_fake_touches(struct tp_dispatch *tp, uint64_t time) in tp_unhover_fake_touches()
1393 tp_unhover_touches(struct tp_dispatch *tp, uint64_t time) in tp_unhover_touches()
1485 uint64_t time) in tp_detect_jumps()
1580 uint64_t time) in tp_motion_history_fix_last()
1601 tp_process_msc_timestamp(struct tp_dispatch *tp, uint64_t time) in tp_process_msc_timestamp()
1683 tp_pre_process_state(struct tp_dispatch *tp, uint64_t time) in tp_pre_process_state()
1706 tp_process_state(struct tp_dispatch *tp, uint64_t time) in tp_process_state()
1819 tp_post_process_state(struct tp_dispatch *tp, uint64_t time) in tp_post_process_state()
1852 tp_post_events(struct tp_dispatch *tp, uint64_t time) in tp_post_events()
1904 uint64_t time) in tp_handle_state()
1943 uint64_t time) in tp_interface_process()
2197 tp_trackpoint_event(uint64_t time, struct libinput_event *event, void *data) in tp_trackpoint_event()
2293 tp_keyboard_event(uint64_t time, struct libinput_event *event, void *data) in tp_keyboard_event()
2436 tp_lid_switch_event(uint64_t time, struct libinput_event *event, void *data) in tp_lid_switch_event()
2461 tp_tablet_mode_switch_event(uint64_t time, in tp_tablet_mode_switch_event()
2787 uint64_t time) in tp_interface_toggle_touch()
3090 uint64_t time = libinput_now(tp_libinput_context(tp)); in tp_scroll_config_scroll_method_set_method() local