HomeSort by: relevance | last modified time | path
    Searched refs:sc_tx_pipe (Results 1 - 3 of 3) 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
if_umb.c 669 err |= usbd_create_xfer(sc->sc_tx_pipe,
713 USBD_EXCLUSIVE_USE, &sc->sc_tx_pipe))) {
741 if (sc->sc_tx_pipe) {
742 usbd_close_pipe(sc->sc_tx_pipe);
743 sc->sc_tx_pipe = NULL;
947 usbd_abort_pipe(sc->sc_tx_pipe);
1907 usbd_clear_endpoint_stall_async(sc->sc_tx_pipe);

Completed in 55 milliseconds