• Home
  • Raw
  • Download

Lines Matching defs:tp

112 log_tap_bug(struct tp_dispatch *tp, struct tp_touch *t, enum tap_event event)  in log_tap_bug()
123 tp_tap_notify(struct tp_dispatch *tp, in tp_tap_notify()
153 tp_tap_set_timer(struct tp_dispatch *tp, uint64_t time) in tp_tap_set_timer()
159 tp_tap_set_drag_timer(struct tp_dispatch *tp, uint64_t time, in tp_tap_set_drag_timer()
169 tp_tap_set_draglock_timer(struct tp_dispatch *tp, uint64_t time) in tp_tap_set_draglock_timer()
176 tp_tap_clear_timer(struct tp_dispatch *tp) in tp_tap_clear_timer()
182 tp_tap_move_to_dead(struct tp_dispatch *tp, struct tp_touch *t) in tp_tap_move_to_dead()
190 tp_tap_idle_handle_event(struct tp_dispatch *tp, in tp_tap_idle_handle_event()
222 tp_tap_touch_handle_event(struct tp_dispatch *tp, in tp_tap_touch_handle_event()
278 tp_tap_hold_handle_event(struct tp_dispatch *tp, in tp_tap_hold_handle_event()
315 tp_tap_tapped_handle_event(struct tp_dispatch *tp, in tp_tap_tapped_handle_event()
363 tp_tap_touch2_handle_event(struct tp_dispatch *tp, in tp_tap_touch2_handle_event()
400 tp_tap_touch2_hold_handle_event(struct tp_dispatch *tp, in tp_tap_touch2_hold_handle_event()
434 tp_tap_touch2_release_handle_event(struct tp_dispatch *tp, in tp_tap_touch2_release_handle_event()
502 tp_tap_touch3_handle_event(struct tp_dispatch *tp, in tp_tap_touch3_handle_event()
539 tp_tap_touch3_hold_handle_event(struct tp_dispatch *tp, in tp_tap_touch3_hold_handle_event()
571 tp_tap_touch3_release_handle_event(struct tp_dispatch *tp, in tp_tap_touch3_release_handle_event()
638 tp_tap_touch3_release2_handle_event(struct tp_dispatch *tp, in tp_tap_touch3_release2_handle_event()
735 tp_tap_dragging_or_doubletap_handle_event(struct tp_dispatch *tp, in tp_tap_dragging_or_doubletap_handle_event()
800 tp_tap_dragging_handle_event(struct tp_dispatch *tp, in tp_tap_dragging_handle_event()
861 tp_tap_dragging_wait_handle_event(struct tp_dispatch *tp, in tp_tap_dragging_wait_handle_event()
907 tp_tap_dragging_tap_handle_event(struct tp_dispatch *tp, in tp_tap_dragging_tap_handle_event()
966 tp_tap_dragging2_handle_event(struct tp_dispatch *tp, in tp_tap_dragging2_handle_event()
1019 tp_tap_dead_handle_event(struct tp_dispatch *tp, in tp_tap_dead_handle_event()
1046 tp_tap_handle_event(struct tp_dispatch *tp, in tp_tap_handle_event()
1162 tp_tap_exceeds_motion_threshold(struct tp_dispatch *tp, in tp_tap_exceeds_motion_threshold()
1193 tp_tap_enabled(struct tp_dispatch *tp) in tp_tap_enabled()
1199 tp_tap_handle_state(struct tp_dispatch *tp, uint64_t time) in tp_tap_handle_state()
1324 tp_tap_update_map(struct tp_dispatch *tp) in tp_tap_update_map()
1334 tp_tap_post_process_state(struct tp_dispatch *tp) in tp_tap_post_process_state()
1342 struct tp_dispatch *tp = data; in tp_tap_handle_timeout() local
1357 tp_tap_enabled_update(struct tp_dispatch *tp, bool suspended, bool enabled, uint64_t time) in tp_tap_enabled_update()
1390 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_count() local
1400 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_set_enabled() local
1413 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_is_enabled() local
1454 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_set_map() local
1467 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_get_map() local
1483 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_set_drag_enabled() local
1494 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_get_drag_enabled() local
1518 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_set_draglock_enabled() local
1529 struct tp_dispatch *tp = tp_dispatch(dispatch); in tp_tap_config_get_draglock_enabled() local
1549 tp_init_tap(struct tp_dispatch *tp) in tp_init_tap()
1586 tp_remove_tap(struct tp_dispatch *tp) in tp_remove_tap()
1592 tp_release_all_taps(struct tp_dispatch *tp, uint64_t now) in tp_release_all_taps()
1619 tp_tap_suspend(struct tp_dispatch *tp, uint64_t time) in tp_tap_suspend()
1625 tp_tap_resume(struct tp_dispatch *tp, uint64_t time) in tp_tap_resume()
1631 tp_tap_dragging(const struct tp_dispatch *tp) in tp_tap_dragging()
1653 tp_tap_dragging_or_double_tapping(const struct tp_dispatch *tp) in tp_tap_dragging_or_double_tapping()