• Home
  • Raw
  • Download

Lines Matching defs:tp

96 log_tap_bug(struct tp_dispatch *tp, struct tp_touch *t, enum tap_event event)  in log_tap_bug()
107 tp_tap_notify(struct tp_dispatch *tp, in tp_tap_notify()
137 tp_tap_set_timer(struct tp_dispatch *tp, uint64_t time) in tp_tap_set_timer()
143 tp_tap_set_drag_timer(struct tp_dispatch *tp, uint64_t time) in tp_tap_set_drag_timer()
149 tp_tap_clear_timer(struct tp_dispatch *tp) in tp_tap_clear_timer()
155 tp_tap_move_to_dead(struct tp_dispatch *tp, struct tp_touch *t) in tp_tap_move_to_dead()
163 tp_tap_idle_handle_event(struct tp_dispatch *tp, in tp_tap_idle_handle_event()
195 tp_tap_touch_handle_event(struct tp_dispatch *tp, in tp_tap_touch_handle_event()
250 tp_tap_hold_handle_event(struct tp_dispatch *tp, in tp_tap_hold_handle_event()
287 tp_tap_tapped_handle_event(struct tp_dispatch *tp, in tp_tap_tapped_handle_event()
325 tp_tap_touch2_handle_event(struct tp_dispatch *tp, in tp_tap_touch2_handle_event()
362 tp_tap_touch2_hold_handle_event(struct tp_dispatch *tp, in tp_tap_touch2_hold_handle_event()
396 tp_tap_touch2_release_handle_event(struct tp_dispatch *tp, in tp_tap_touch2_release_handle_event()
458 tp_tap_touch3_handle_event(struct tp_dispatch *tp, in tp_tap_touch3_handle_event()
499 tp_tap_touch3_hold_handle_event(struct tp_dispatch *tp, in tp_tap_touch3_hold_handle_event()
531 tp_tap_dragging_or_doubletap_handle_event(struct tp_dispatch *tp, in tp_tap_dragging_or_doubletap_handle_event()
574 tp_tap_dragging_handle_event(struct tp_dispatch *tp, in tp_tap_dragging_handle_event()
618 tp_tap_dragging_wait_handle_event(struct tp_dispatch *tp, in tp_tap_dragging_wait_handle_event()
648 tp_tap_dragging_tap_handle_event(struct tp_dispatch *tp, in tp_tap_dragging_tap_handle_event()
685 tp_tap_dragging2_handle_event(struct tp_dispatch *tp, in tp_tap_dragging2_handle_event()
717 tp_tap_dead_handle_event(struct tp_dispatch *tp, in tp_tap_dead_handle_event()
744 tp_tap_handle_event(struct tp_dispatch *tp, in tp_tap_handle_event()
815 tp_tap_exceeds_motion_threshold(struct tp_dispatch *tp, in tp_tap_exceeds_motion_threshold()
846 tp_tap_enabled(struct tp_dispatch *tp) in tp_tap_enabled()
852 tp_tap_handle_state(struct tp_dispatch *tp, uint64_t time) in tp_tap_handle_state()
979 tp_tap_update_map(struct tp_dispatch *tp) in tp_tap_update_map()
989 tp_tap_post_process_state(struct tp_dispatch *tp) in tp_tap_post_process_state()
997 struct tp_dispatch *tp = data; in tp_tap_handle_timeout() local
1012 tp_tap_enabled_update(struct tp_dispatch *tp, bool suspended, bool enabled, uint64_t time) in tp_tap_enabled_update()
1045 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_count() local
1055 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_set_enabled() local
1068 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_is_enabled() local
1109 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_set_map() local
1122 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_get_map() local
1138 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_set_drag_enabled() local
1149 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_get_drag_enabled() local
1173 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_set_draglock_enabled() local
1184 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_get_draglock_enabled() local
1204 tp_init_tap(struct tp_dispatch *tp) in tp_init_tap()
1241 tp_remove_tap(struct tp_dispatch *tp) in tp_remove_tap()
1247 tp_release_all_taps(struct tp_dispatch *tp, uint64_t now) in tp_release_all_taps()
1274 tp_tap_suspend(struct tp_dispatch *tp, uint64_t time) in tp_tap_suspend()
1280 tp_tap_resume(struct tp_dispatch *tp, uint64_t time) in tp_tap_resume()
1286 tp_tap_dragging(const struct tp_dispatch *tp) in tp_tap_dragging()