HomeSort by: relevance | last modified time | path
    Searched refs:sc_tx_ep (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_umbreg.h 391 int sc_tx_ep; member in struct:umb_softc
if_umb.c 473 sc->sc_rx_ep = sc->sc_tx_ep = -1;
483 sc->sc_tx_ep = ed->bEndpointAddress;
485 if (sc->sc_rx_ep == -1 || sc->sc_tx_ep == -1) {
493 UE_GET_ADDR(sc->sc_rx_ep), UE_GET_ADDR(sc->sc_tx_ep));
592 if (sc->sc_rx_ep != -1 && sc->sc_tx_ep != -1) {
712 if ((rv = usbd_open_pipe(sc->sc_data_iface, sc->sc_tx_ep,

Completed in 66 milliseconds