/src/sys/dev/usb/ |
if_rumvar.h | 100 struct usbd_pipe * sc_tx_pipeh; member in struct:rum_softc
|
if_uralvar.h | 100 struct usbd_pipe * sc_tx_pipeh; member in struct:ural_softc
|
if_bwfm_usb.c | 205 struct usbd_pipe *sc_tx_pipeh; member in struct:bwfm_usb_softc 361 &sc->sc_tx_pipeh); 555 if (usbd_create_xfer(sc->sc_tx_pipeh, BWFM_TXBUFSZ, 608 usbd_clear_endpoint_stall_async(sc->sc_tx_pipeh); 635 if (sc->sc_tx_pipeh != NULL) { 636 usbd_abort_pipe(sc->sc_tx_pipeh); 637 usbd_close_pipe(sc->sc_tx_pipeh); 695 error = usbd_create_xfer(sc->sc_tx_pipeh, TRX_RDL_CHUNK, 749 if (sc->sc_tx_pipeh != NULL) { 750 usbd_abort_pipe(sc->sc_tx_pipeh); [all...] |
if_upgt.c | 316 &sc->sc_tx_pipeh); 526 if (sc->sc_tx_pipeh != NULL) { 527 usbd_abort_pipe(sc->sc_tx_pipeh); 539 if (sc->sc_tx_pipeh != NULL) { 540 usbd_close_pipe(sc->sc_tx_pipeh); 602 if (upgt_bulk_xmit(sc, data_cmd, sc->sc_tx_pipeh, &len, 0) != 0) { 863 if (upgt_bulk_xmit(sc, data_cmd, sc->sc_tx_pipeh, &len, 0) != 0) { 878 if (upgt_bulk_xmit(sc, data_cmd, sc->sc_tx_pipeh, &len, 0) != 0) { 896 if (upgt_bulk_xmit(sc, data_cmd, sc->sc_tx_pipeh, &bsize, 0) 913 if (upgt_bulk_xmit(sc, data_cmd, sc->sc_tx_pipeh, &len, 0) != 0) [all...] |
udl.h | 82 struct usbd_pipe * sc_tx_pipeh; member in struct:udl_softc
|
udl.c | 401 &sc->sc_tx_pipeh); 501 if (sc->sc_tx_pipeh != NULL) { 502 usbd_abort_pipe(sc->sc_tx_pipeh); 513 if (sc->sc_tx_pipeh != NULL) { 514 usbd_close_pipe(sc->sc_tx_pipeh); 903 int err = usbd_create_xfer(sc->sc_tx_pipeh, 1493 error = usbd_bulk_transfer(cmdq->cq_xfer, sc->sc_tx_pipeh, 0, 1593 usbd_clear_endpoint_stall_async(sc->sc_tx_pipeh);
|
if_ural.c | 574 error = usbd_create_xfer(sc->sc_tx_pipeh, 869 usbd_clear_endpoint_stall_async(sc->sc_tx_pipeh); 1140 error = usbd_create_xfer(sc->sc_tx_pipeh, xferlen, 2157 &sc->sc_tx_pipeh); 2254 if (sc->sc_tx_pipeh != NULL) { 2255 usbd_abort_pipe(sc->sc_tx_pipeh); 2266 if (sc->sc_tx_pipeh != NULL) { 2267 usbd_close_pipe(sc->sc_tx_pipeh); 2268 sc->sc_tx_pipeh = NULL;
|
if_rum.c | 531 error = usbd_create_xfer(sc->sc_tx_pipeh, 779 usbd_clear_endpoint_stall_async(sc->sc_tx_pipeh); 2019 &sc->sc_tx_pipeh); 2128 if (sc->sc_tx_pipeh != NULL) { 2129 usbd_abort_pipe(sc->sc_tx_pipeh); 2140 if (sc->sc_tx_pipeh != NULL) { 2141 usbd_close_pipe(sc->sc_tx_pipeh); 2142 sc->sc_tx_pipeh = NULL;
|
if_upgtvar.h | 412 struct usbd_pipe * sc_tx_pipeh; member in struct:upgt_softc
|