Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/input/
H A Dwsp.c561 #define WSP_ENABLED 0x01 macro
696 sc->sc_state |= WSP_ENABLED; in wsp_enable()
705 sc->sc_state &= ~WSP_ENABLED; in wsp_disable()
900 if (sc->sc_state & WSP_ENABLED) in wsp_detach()