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

  /src/sys/dev/usb/
if_uralvar.h 99 struct usbd_pipe * sc_rx_pipeh; member in struct:ural_softc
if_rumvar.h 99 struct usbd_pipe * sc_rx_pipeh; member in struct:rum_softc
if_bwfm_usb.c 204 struct usbd_pipe *sc_rx_pipeh; member in struct:bwfm_usb_softc
354 &sc->sc_rx_pipeh);
467 usbd_clear_endpoint_stall_async(sc->sc_rx_pipeh);
516 if (usbd_create_xfer(sc->sc_rx_pipeh, BWFM_RXBUFSZ,
631 if (sc->sc_rx_pipeh != NULL) {
632 usbd_abort_pipe(sc->sc_rx_pipeh);
633 usbd_close_pipe(sc->sc_rx_pipeh);
if_upgtvar.h 411 struct usbd_pipe * sc_rx_pipeh; member in struct:upgt_softc

Completed in 160 milliseconds