Lines Matching defs:start_time
2087 const struct timeval *start_time,
2092 sc->sc_tap_timer = *start_time;
2110 tap_transition_tapping(struct uatp_softc *sc, const struct timeval *start_time,
2115 tap_transition(sc, TAP_STATE_TAPPING, start_time, fingers, 0);
2120 const struct timeval *start_time, unsigned int fingers)
2126 tap_transition(sc, TAP_STATE_DOUBLE_TAPPING, start_time, fingers,
2141 const struct timeval *start_time, unsigned int fingers)
2147 tap_transition(sc, TAP_STATE_TAPPING_IN_DRAG, start_time, fingers,
2154 tap_transition_tapped(struct uatp_softc *sc, const struct timeval *start_time)
2163 tap_transition(sc, TAP_STATE_TAPPED, start_time, 0,