Home
last modified time | relevance | path

Searched refs:TAP_STATE_TAPPED (Results 1 – 3 of 3) sorted by relevance

/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-mt-touchpad-tap.c68 CASE_RETURN_STRING(TAP_STATE_TAPPED); in tap_state_to_str()
212 tp->tap.state = TAP_STATE_TAPPED; in tp_tap_touch_handle_event()
433 tp->tap.state = TAP_STATE_TAPPED; in tp_tap_touch2_release_handle_event()
549 tp->tap.state = TAP_STATE_TAPPED; in tp_tap_dragging_or_doubletap_handle_event()
863 case TAP_STATE_TAPPED: in tp_tap_handle_event()
1065 case TAP_STATE_TAPPED: in tp_tap_handle_state()
H A Devdev-mt-touchpad.h96 TAP_STATE_TAPPED, enumerator
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Duatp.c251 TAP_STATE_TAPPED, enumerator
1673 case TAP_STATE_TAPPED: in uatp_tapped_buttons()
1987 case TAP_STATE_TAPPED: state = "tapped"; break; in tap_debug()
2070 while (sc->sc_tap_state == TAP_STATE_TAPPED) in tap_reset_wait()
2077 if (sc->sc_tap_state == TAP_STATE_TAPPED) in tap_reset_wait()
2163 tap_transition(sc, TAP_STATE_TAPPED, start_time, 0, in tap_transition_tapped()
2206 case TAP_STATE_TAPPED: in tap_touched()
2263 case TAP_STATE_TAPPED: in tap_released()
2350 case TAP_STATE_TAPPED: in untap_callout()