Searched refs:sc_touch (Results 1 – 1 of 1) sorted by relevance
612 u_int sc_touch; /* touch status */ member874 sc->sc_touch = WSP_UNTOUCH; in wsp_attach()1134 sc->sc_touch = WSP_UNTOUCH; in wsp_intr_callback()1195 sc->sc_touch == WSP_UNTOUCH) { /* ignore first touch */ in wsp_intr_callback()1196 sc->sc_touch = WSP_FIRST_TOUCH; in wsp_intr_callback()1198 sc->sc_touch == WSP_FIRST_TOUCH) { /* ignore second touch */ in wsp_intr_callback()1199 sc->sc_touch = WSP_SECOND_TOUCH; in wsp_intr_callback()1203 if (sc->sc_touch == WSP_SECOND_TOUCH) in wsp_intr_callback()1204 sc->sc_touch = WSP_TOUCHING; in wsp_intr_callback()1244 sc->sc_touch = WSP_SECOND_TOUCH; in wsp_intr_callback()[all …]