Searched refs:sc_touch (Results 1 – 1 of 1) sorted by relevance
613 u_int sc_touch; /* touch status */ member875 sc->sc_touch = WSP_UNTOUCH; in wsp_attach()1140 sc->sc_touch = WSP_UNTOUCH; in wsp_intr_callback()1201 sc->sc_touch == WSP_UNTOUCH) { /* ignore first touch */ in wsp_intr_callback()1202 sc->sc_touch = WSP_FIRST_TOUCH; in wsp_intr_callback()1204 sc->sc_touch == WSP_FIRST_TOUCH) { /* ignore second touch */ in wsp_intr_callback()1205 sc->sc_touch = WSP_SECOND_TOUCH; in wsp_intr_callback()1209 if (sc->sc_touch == WSP_SECOND_TOUCH) in wsp_intr_callback()1210 sc->sc_touch = WSP_TOUCHING; in wsp_intr_callback()1250 sc->sc_touch = WSP_SECOND_TOUCH; in wsp_intr_callback()[all …]