Searched refs:sc_rx_pipe (Results 1 – 3 of 3) sorted by relevance
115 struct usbd_pipe *sc_rx_pipe; member207 usbd_clear_endpoint_stall_async(sc->sc_rx_pipe); in gscan_rx()306 usbd_clear_endpoint_stall_async(sc->sc_rx_pipe); in gscan_tx()425 USBD_EXCLUSIVE_USE | USBD_MPSAFE, &sc->sc_rx_pipe)) != 0) { in gscan_ifup()437 if ((err = usbd_create_xfer(sc->sc_rx_pipe, sizeof(struct gscan_frame), in gscan_ifup()490 if (sc->sc_rx_pipe) in gscan_stop()491 usbd_abort_pipe(sc->sc_rx_pipe); in gscan_stop()493 if (sc->sc_rx_pipe) { in gscan_stop()494 usbd_close_pipe(sc->sc_rx_pipe); in gscan_stop()495 sc->sc_rx_pipe = NULL; in gscan_stop()[all …]
388 struct usbd_pipe *sc_rx_pipe; member
664 err |= usbd_create_xfer(sc->sc_rx_pipe, in umb_alloc_xfers()708 USBD_EXCLUSIVE_USE, &sc->sc_rx_pipe))) { in umb_alloc_bulkpipes()737 if (sc->sc_rx_pipe) { in umb_close_bulkpipes()738 usbd_close_pipe(sc->sc_rx_pipe); in umb_close_bulkpipes()739 sc->sc_rx_pipe = NULL; in umb_close_bulkpipes()1827 usbd_clear_endpoint_stall_async(sc->sc_rx_pipe); in umb_rxeof()