Lines Matching refs:tp_dispatch
62 tp_filter_motion(struct tp_dispatch *tp,
80 tp_filter_motion_unaccelerated(struct tp_dispatch *tp,
98 tp_filter_scroll(struct tp_dispatch *tp,
116 tp_calculate_motion_speed(struct tp_dispatch *tp,
184 tp_detect_wobbling(struct tp_dispatch *tp,
232 tp_motion_hysteresis(struct tp_dispatch *tp,
253 tp_current_touch(struct tp_dispatch *tp)
259 tp_get_touch(struct tp_dispatch *tp, unsigned int slot)
266 tp_fake_finger_count(struct tp_dispatch *tp)
286 tp_fake_finger_is_touching(struct tp_dispatch *tp)
292 tp_fake_finger_set(struct tp_dispatch *tp,
333 tp_new_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
369 tp_begin_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
393 tp_maybe_end_touch(struct tp_dispatch *tp,
428 tp_recover_ended_touch(struct tp_dispatch *tp,
441 tp_end_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
464 tp_end_sequence(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
471 tp_stop_actions(struct tp_dispatch *tp, uint64_t time)
496 rotated(struct tp_dispatch *tp, unsigned int code, int value)
519 tp_process_absolute(struct tp_dispatch *tp,
579 tp_process_absolute_st(struct tp_dispatch *tp,
611 tp_restore_synaptics_touches(struct tp_dispatch *tp,
646 tp_process_fake_touches(struct tp_dispatch *tp,
712 tp_process_trackpoint_button(struct tp_dispatch *tp,
758 tp_process_key(struct tp_dispatch *tp,
789 tp_process_msc(struct tp_dispatch *tp,
801 tp_unpin_finger(const struct tp_dispatch *tp, struct tp_touch *t)
822 tp_pin_fingers(struct tp_dispatch *tp)
833 tp_touch_active(const struct tp_dispatch *tp, const struct tp_touch *t)
844 tp_touch_active_for_gesture(const struct tp_dispatch *tp, const struct tp_touch *t)
855 tp_palm_was_in_side_edge(const struct tp_dispatch *tp, const struct tp_touch *t)
862 tp_palm_was_in_top_edge(const struct tp_dispatch *tp, const struct tp_touch *t)
868 tp_palm_in_side_edge(const struct tp_dispatch *tp, const struct tp_touch *t)
875 tp_palm_in_top_edge(const struct tp_dispatch *tp, const struct tp_touch *t)
881 tp_palm_in_edge(const struct tp_dispatch *tp, const struct tp_touch *t)
887 tp_palm_detect_dwt_triggered(struct tp_dispatch *tp,
921 tp_palm_detect_trackpoint_triggered(struct tp_dispatch *tp,
951 tp_palm_detect_tool_triggered(struct tp_dispatch *tp,
973 tp_palm_detect_move_out_of_edge(struct tp_dispatch *tp,
1000 tp_palm_detect_multifinger(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
1029 tp_palm_detect_touch_size_triggered(struct tp_dispatch *tp,
1055 tp_palm_detect_edge(struct tp_dispatch *tp,
1099 tp_palm_detect_pressure_triggered(struct tp_dispatch *tp,
1117 tp_palm_detect_arbitration_triggered(struct tp_dispatch *tp,
1130 tp_palm_detect(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time)
1206 tp_unhover_pressure(struct tp_dispatch *tp, uint64_t time)
1295 tp_unhover_size(struct tp_dispatch *tp, uint64_t time)
1336 tp_unhover_fake_touches(struct tp_dispatch *tp, uint64_t time)
1393 tp_unhover_touches(struct tp_dispatch *tp, uint64_t time)
1405 tp_position_fake_touches(struct tp_dispatch *tp)
1449 tp_need_motion_history_reset(struct tp_dispatch *tp)
1483 tp_detect_jumps(const struct tp_dispatch *tp,
1576 tp_motion_history_fix_last(struct tp_dispatch *tp,
1601 tp_process_msc_timestamp(struct tp_dispatch *tp, uint64_t time)
1683 tp_pre_process_state(struct tp_dispatch *tp, uint64_t time)
1706 tp_process_state(struct tp_dispatch *tp, uint64_t time)
1819 tp_post_process_state(struct tp_dispatch *tp, uint64_t time)
1852 tp_post_events(struct tp_dispatch *tp, uint64_t time)
1887 struct tp_dispatch *tp = (struct tp_dispatch *)device->dispatch;
1903 tp_handle_state(struct tp_dispatch *tp,
1917 tp_debug_touch_state(struct tp_dispatch *tp,
1945 struct tp_dispatch *tp = tp_dispatch(dispatch);
1970 tp_remove_sendevents(struct tp_dispatch *tp)
1998 struct tp_dispatch *tp = tp_dispatch(dispatch);
2018 struct tp_dispatch *tp = tp_dispatch(dispatch);
2031 tp_release_fake_touches(struct tp_dispatch *tp)
2037 tp_clear_state(struct tp_dispatch *tp)
2069 tp_suspend(struct tp_dispatch *tp,
2101 struct tp_dispatch *tp = tp_dispatch(dispatch);
2107 tp_sync_touch(struct tp_dispatch *tp,
2152 tp_sync_slots(struct tp_dispatch *tp,
2163 tp_resume(struct tp_dispatch *tp,
2187 struct tp_dispatch *tp = data;
2199 struct tp_dispatch *tp = data;
2231 struct tp_dispatch *tp = data;
2295 struct tp_dispatch *tp = data;
2378 struct tp_dispatch *tp = (struct tp_dispatch*)touchpad->dispatch;
2413 struct tp_dispatch *tp = (struct tp_dispatch*)touchpad->dispatch;
2438 struct tp_dispatch *tp = data;
2465 struct tp_dispatch *tp = data;
2492 struct tp_dispatch *tp = (struct tp_dispatch*)touchpad->dispatch;
2517 struct tp_dispatch *tp = (struct tp_dispatch*)touchpad->dispatch;
2552 struct tp_dispatch *tp = (struct tp_dispatch *)device->dispatch;
2580 struct tp_dispatch *tp = (struct tp_dispatch*)touchpad->dispatch;
2610 struct tp_dispatch *tp = (struct tp_dispatch*)device->dispatch;
2630 struct tp_dispatch *tp = (struct tp_dispatch*)device->dispatch;
2776 struct tp_dispatch *tp = data;
2789 struct tp_dispatch *tp = tp_dispatch(dispatch);
2821 struct tp_dispatch *tp = tp_dispatch(dispatch);
2856 tp_init_touch(struct tp_dispatch *tp,
2876 tp_init_slots(struct tp_dispatch *tp,
2966 tp_init_accel(struct tp_dispatch *tp, enum libinput_config_accel_profile which)
3035 struct tp_dispatch *tp = tp_dispatch(device->dispatch);
3058 tp_scroll_get_methods(struct tp_dispatch *tp)
3079 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3089 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3107 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3113 tp_scroll_get_default_method(struct tp_dispatch *tp)
3136 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3151 tp_init_scroll(struct tp_dispatch *tp, struct evdev_device *device)
3183 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3202 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3210 tp_dwt_default_enabled(struct tp_dispatch *tp)
3219 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3237 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3256 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3264 tp_dwtp_default_enabled(struct tp_dispatch *tp)
3273 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3311 tp_init_dwt(struct tp_dispatch *tp,
3327 tp_init_dwtp(struct tp_dispatch *tp,
3343 tp_init_palmdetect_edge(struct tp_dispatch *tp,
3383 tp_read_palm_pressure_prop(struct tp_dispatch *tp,
3403 tp_init_palmdetect_pressure(struct tp_dispatch *tp,
3422 tp_init_palmdetect_size(struct tp_dispatch *tp,
3444 tp_init_palmdetect_arbitration(struct tp_dispatch *tp,
3461 tp_init_palmdetect(struct tp_dispatch *tp,
3491 tp_init_sendevents(struct tp_dispatch *tp,
3516 tp_pass_sanity_check(struct tp_dispatch *tp,
3539 tp_init_default_resolution(struct tp_dispatch *tp,
3573 tp_init_hysteresis(struct tp_dispatch *tp)
3600 tp_init_pressure(struct tp_dispatch *tp,
3659 tp_init_touch_size(struct tp_dispatch *tp,
3711 tp_init_pressurepad(struct tp_dispatch *tp,
3732 tp_init(struct tp_dispatch *tp,
3807 tp_suspend_conditional(struct tp_dispatch *tp,
3826 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3862 struct tp_dispatch *dispatch = (struct tp_dispatch*)evdev->dispatch;
3876 struct tp_dispatch *tp = (struct tp_dispatch *)device->dispatch;
3892 tp_requires_rotation(struct tp_dispatch *tp, struct evdev_device *device)
3951 tp_init_left_handed(struct tp_dispatch *tp,
3968 struct tp_dispatch *tp;