HomeSort by: relevance | last modified time | path
    Searched defs:udl_cmdq_get (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
udl.c 131 static struct udl_cmdq *udl_cmdq_get(struct udl_softc *sc);
407 device_xname(sc->sc_dev), "udl_cmdq_get");
425 if ((sc->sc_cmd_cur = udl_cmdq_get(sc)) == NULL)
941 udl_cmdq_get(struct udl_softc *sc) function in typeref:struct:udl_cmdq *
1558 cmdq = udl_cmdq_get(sc);
1571 cmdq = udl_cmdq_get(sc);

Completed in 12 milliseconds