Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/input/
HDwsp.c563 #define WSP_ENABLED 0x01 macro
698 sc->sc_state |= WSP_ENABLED; in wsp_enable()
707 sc->sc_state &= ~WSP_ENABLED; in wsp_disable()
902 if (sc->sc_state & WSP_ENABLED) in wsp_detach()