HomeSort by: relevance | last modified time | path
    Searched refs:UDL_COMPRDY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
udl.h 136 #define UDL_COMPRDY (1 << 1)
udl.c 658 if (sc->sc_flags & UDL_COMPRDY)
830 if (!(sc->sc_flags & UDL_COMPRDY)) {
843 sc->sc_flags |= UDL_COMPRDY;
851 if (sc->sc_flags & UDL_COMPRDY) {
855 sc->sc_flags &= ~UDL_COMPRDY;

Completed in 52 milliseconds