Searched refs:tp_touch_get_edge (Results 1 – 3 of 3) sorted by relevance
73 tp_touch_get_edge(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_touch_get_edge() function120 t->scroll.edge = tp_touch_get_edge(tp, t); in tp_edge_scroll_set_state()139 if (tp_touch_get_edge(tp, t)) { in tp_edge_scroll_handle_none()172 t->scroll.edge &= tp_touch_get_edge(tp, t); in tp_edge_scroll_handle_edge_new()203 t->scroll.edge &= tp_touch_get_edge(tp, t); in tp_edge_scroll_handle_edge()404 (tp_touch_get_edge(tp, t) & t->scroll.edge) == 0) in tp_edge_scroll_post_events()
674 tp_touch_get_edge(const struct tp_dispatch *tp, const struct tp_touch *t);
1093 if (tp_touch_get_edge(tp, t) & EDGE_RIGHT) in tp_palm_detect_edge()