Home
last modified time | relevance | path

Searched refs:sc_rx_pipe (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_umb.h375 struct usbd_pipe *sc_rx_pipe; member
H A Dif_umb.c823 USBD_EXCLUSIVE_USE, &sc->sc_rx_pipe)) in umb_alloc_bulkpipes()
844 if (sc->sc_rx_pipe) { in umb_close_bulkpipes()
845 usbd_close_pipe(sc->sc_rx_pipe); in umb_close_bulkpipes()
846 sc->sc_rx_pipe = NULL; in umb_close_bulkpipes()
2190 usbd_setup_xfer(sc->sc_rx_xfer, sc->sc_rx_pipe, sc, sc->sc_rx_buf, in umb_rx()
2210 usbd_clear_endpoint_stall_async(sc->sc_rx_pipe); in umb_rxeof()