Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/input/
H A Dwsp.c551 #define WSP_ENABLED 0x01 macro
676 sc->sc_state |= WSP_ENABLED; in wsp_enable()
685 sc->sc_state &= ~WSP_ENABLED; in wsp_disable()
826 if (sc->sc_state & WSP_ENABLED) in wsp_detach()
1272 if (sc->sc_state & WSP_ENABLED) in wsp_open()