Home
last modified time | relevance | path

Searched refs:tp_dispatch (Results 1 - 7 of 7) sorted by relevance

/third_party/libinput/src/
H A Devdev-mt-touchpad.h185 struct tp_dispatch *tp;
285 struct tp_dispatch { struct
540 static inline struct tp_dispatch*
541 tp_dispatch(struct evdev_dispatch *dispatch) in tp_dispatch() function
545 return container_of(dispatch, struct tp_dispatch, base); in tp_dispatch()
552 tp_libinput_context(const struct tp_dispatch *tp) in tp_libinput_context()
558 tp_normalize_delta(const struct tp_dispatch *tp, in tp_normalize_delta()
570 tp_phys_delta(const struct tp_dispatch *tp, in tp_phys_delta()
586 tp_scale_to_xaxis(const struct tp_dispatch *tp, in tp_scale_to_xaxis()
601 tp_filter_motion(struct tp_dispatch *t
[all...]
H A Devdev-mt-touchpad.c62 tp_filter_motion(struct tp_dispatch *tp, in tp_filter_motion()
80 tp_filter_motion_unaccelerated(struct tp_dispatch *tp, in tp_filter_motion_unaccelerated()
98 tp_filter_scroll(struct tp_dispatch *tp, in tp_filter_scroll()
116 tp_calculate_motion_speed(struct tp_dispatch *tp, in tp_calculate_motion_speed()
184 tp_detect_wobbling(struct tp_dispatch *tp, in tp_detect_wobbling()
232 tp_motion_hysteresis(struct tp_dispatch *tp, in tp_motion_hysteresis()
253 tp_current_touch(struct tp_dispatch *tp) in tp_current_touch()
259 tp_get_touch(struct tp_dispatch *tp, unsigned int slot) in tp_get_touch()
266 tp_fake_finger_count(struct tp_dispatch *tp) in tp_fake_finger_count()
286 tp_fake_finger_is_touching(struct tp_dispatch *t
[all...]
H A Devdev-mt-touchpad-gestures.c93 tp_get_touches_delta(struct tp_dispatch *tp, bool average) in tp_get_touches_delta()
127 tp_gesture_init_scroll(struct tp_dispatch *tp) in tp_gesture_init_scroll()
139 tp_get_combined_touches_delta(struct tp_dispatch *tp) in tp_get_combined_touches_delta()
145 tp_get_average_touches_delta(struct tp_dispatch *tp) in tp_get_average_touches_delta()
151 tp_gesture_start(struct tp_dispatch *tp, uint64_t time) in tp_gesture_start()
193 tp_get_raw_pointer_motion(struct tp_dispatch *tp) in tp_get_raw_pointer_motion()
207 tp_has_pending_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_has_pending_pointer_motion()
224 tp_gesture_post_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_gesture_post_pointer_motion()
244 tp_gesture_get_active_touches(const struct tp_dispatch *tp, in tp_gesture_get_active_touches()
291 tp_gesture_mm_moved(struct tp_dispatch *t
[all...]
H A Devdev-mt-touchpad-tap.c112 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 *t
[all...]
H A Devdev-mt-touchpad-buttons.c81 is_inside_bottom_button_area(const struct tp_dispatch *tp, in is_inside_bottom_button_area()
88 is_inside_bottom_right_area(const struct tp_dispatch *tp, in is_inside_bottom_right_area()
96 is_inside_bottom_middle_area(const struct tp_dispatch *tp, in is_inside_bottom_middle_area()
105 is_inside_top_button_area(const struct tp_dispatch *tp, in is_inside_top_button_area()
112 is_inside_top_right_area(const struct tp_dispatch *tp, in is_inside_top_right_area()
120 is_inside_top_middle_area(const struct tp_dispatch *tp, in is_inside_top_middle_area()
129 tp_button_set_enter_timer(struct tp_dispatch *tp, in tp_button_set_enter_timer()
138 tp_button_set_leave_timer(struct tp_dispatch *tp, in tp_button_set_leave_timer()
151 tp_button_set_state(struct tp_dispatch *tp, in tp_button_set_state()
187 tp_button_none_handle_event(struct tp_dispatch *t
[all...]
H A Devdev-mt-touchpad-thumb.c50 tp_thumb_set_state(struct tp_dispatch *tp, in tp_thumb_set_state()
70 tp_thumb_reset(struct tp_dispatch *tp) in tp_thumb_reset()
78 tp_thumb_lift(struct tp_dispatch *tp) in tp_thumb_lift()
85 tp_thumb_in_exclusion_area(const struct tp_dispatch *tp, in tp_thumb_in_exclusion_area()
94 tp_thumb_detect_pressure_size(const struct tp_dispatch *tp, in tp_thumb_detect_pressure_size()
115 tp_thumb_needs_jail(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_thumb_needs_jail()
133 tp_thumb_ignored(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_thumb_ignored()
145 tp_thumb_ignored_for_tap(const struct tp_dispatch *tp, in tp_thumb_ignored_for_tap()
156 tp_thumb_ignored_for_gesture(const struct tp_dispatch *tp, in tp_thumb_ignored_for_gesture()
168 tp_thumb_suppress(struct tp_dispatch *t
[all...]
H A Devdev-mt-touchpad-edge-scroll.c73 tp_touch_get_edge(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_touch_get_edge()
90 tp_edge_scroll_set_timer(struct tp_dispatch *tp, in tp_edge_scroll_set_timer()
108 tp_edge_scroll_set_state(struct tp_dispatch *tp, in tp_edge_scroll_set_state()
135 tp_edge_scroll_handle_none(struct tp_dispatch *tp, in tp_edge_scroll_handle_none()
167 tp_edge_scroll_handle_edge_new(struct tp_dispatch *tp, in tp_edge_scroll_handle_edge_new()
204 tp_edge_scroll_handle_edge(struct tp_dispatch *tp, in tp_edge_scroll_handle_edge()
240 tp_edge_scroll_handle_area(struct tp_dispatch *tp, in tp_edge_scroll_handle_area()
265 tp_edge_scroll_handle_event(struct tp_dispatch *tp, in tp_edge_scroll_handle_event()
305 tp_edge_scroll_init(struct tp_dispatch *tp, struct evdev_device *device) in tp_edge_scroll_init()
353 tp_remove_edge_scroll(struct tp_dispatch *t
[all...]

Completed in 8 milliseconds