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

  /src/sys/dev/usb/
ubt.c 191 struct usbd_pipe *sc_evt_pipe; member in struct:ubt_softc
881 if (sc->sc_evt_pipe != NULL) {
882 usbd_abort_pipe(sc->sc_evt_pipe);
940 if (sc->sc_evt_pipe != NULL) {
941 usbd_close_pipe(sc->sc_evt_pipe);
942 sc->sc_evt_pipe = NULL;
1002 &sc->sc_evt_pipe,

Completed in 13 milliseconds