Searched defs:tp_for_each_touch (Results 1 - 7 of 7) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-thumb.c | 223 tp_for_each_touch(tp, thumb) { in tp_thumb_update_touch() function 285 tp_for_each_touch(tp, t) { in tp_thumb_update_multifinger() function 459 tp_for_each_touch(tp, thumb) { in tp_thumb_get_touch() function
|
H A D | evdev-mt-touchpad-edge-scroll.c | 336 tp_for_each_touch(tp, t) { in tp_edge_scroll_init() function 357 tp_for_each_touch(tp, t) { in tp_remove_edge_scroll() function 369 tp_for_each_touch(tp, t) { in tp_edge_scroll_handle_state() function 380 tp_for_each_touch(tp, t) { in tp_edge_scroll_handle_state() function 430 tp_for_each_touch(tp, t) { in tp_edge_scroll_post_events() function 513 tp_for_each_touch(tp, t) { in tp_edge_scroll_stop_events() function
|
H A D | evdev-mt-touchpad-buttons.c | 252 tp_for_each_touch(tp, t) { in tp_button_release_other_bottom_touches() function 536 tp_for_each_touch(tp, t) { in tp_button_handle_state() function 995 tp_for_each_touch(tp, t) { in tp_init_buttons() function 1017 tp_for_each_touch(tp, t) { in tp_remove_buttons() function 1122 tp_for_each_touch(tp, t) { in tp_clickfinger_set_button() function 1248 tp_for_each_touch(tp, t) { in tp_post_clickpadbutton_buttons() function
|
H A D | evdev-mt-touchpad-tap.c | 1213 tp_for_each_touch(tp, t) { in tp_tap_handle_state() function 1280 tp_for_each_touch(tp, tmp) { in tp_tap_handle_state() function 1347 tp_for_each_touch(tp, t) { in tp_tap_handle_timeout() function 1371 tp_for_each_touch(tp, t) { in tp_tap_enabled_update() function 1603 tp_for_each_touch(tp, t) { in tp_release_all_taps() function
|
H A D | evdev-mt-touchpad-gestures.c | 253 tp_for_each_touch(tp, t) { in tp_gesture_get_active_touches() function 1430 tp_for_each_touch(tp, t) { in tp_gesture_handle_state() function
|
H A D | evdev-mt-touchpad.c | 826 tp_for_each_touch(tp, t) { in tp_pin_fingers() function 1015 tp_for_each_touch(tp, other) { in tp_palm_detect_multifinger() function 1263 tp_for_each_touch(tp, t) { in tp_unhover_pressure() function 1360 tp_for_each_touch(tp, t) { in tp_unhover_fake_touches() function 1659 tp_for_each_touch(tp, t) { in tp_process_msc_timestamp() function 1693 tp_for_each_touch(tp, t) { in tp_pre_process_state() function 1718 tp_for_each_touch(tp, t) { in tp_process_state() function 1823 tp_for_each_touch(tp, t) { in tp_post_process_state() function 1924 tp_for_each_touch(tp, t) { in tp_debug_touch_state() function 2058 tp_for_each_touch(t in tp_clear_state() function [all...] |
H A D | evdev-mt-touchpad.h | 548 #define tp_for_each_touch(_tp, _t) \ macro
|
Completed in 11 milliseconds