Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/input/
HDwsp.c544 #define WSP_ENABLED 0x01 macro
669 sc->sc_state |= WSP_ENABLED; in wsp_enable()
678 sc->sc_state &= ~WSP_ENABLED; in wsp_disable()
819 if (sc->sc_state & WSP_ENABLED) in wsp_detach()
1260 if (sc->sc_state & WSP_ENABLED) in wsp_open()