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

  /src/sys/dev/usb/
if_gscan.c 114 struct usbd_pipe *sc_tx_pipe; member in struct:gscan_softc
431 USBD_EXCLUSIVE_USE | USBD_MPSAFE, &sc->sc_tx_pipe)) != 0) {
443 if ((err = usbd_create_xfer(sc->sc_tx_pipe, sizeof(struct gscan_frame),
488 if (sc->sc_tx_pipe)
489 usbd_abort_pipe(sc->sc_tx_pipe);
497 if (sc->sc_tx_pipe) {
498 usbd_close_pipe(sc->sc_tx_pipe);
499 sc->sc_tx_pipe = NULL;
509 sc->sc_tx_pipe = NULL;
if_umbreg.h 395 struct usbd_pipe *sc_tx_pipe; member in struct:umb_softc

Completed in 43 milliseconds