Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dif_umbreg.h391 int sc_tx_ep; member
Dif_umb.c473 sc->sc_rx_ep = sc->sc_tx_ep = -1; in umb_attach()
483 sc->sc_tx_ep = ed->bEndpointAddress; in umb_attach()
485 if (sc->sc_rx_ep == -1 || sc->sc_tx_ep == -1) { in umb_attach()
493 UE_GET_ADDR(sc->sc_rx_ep), UE_GET_ADDR(sc->sc_tx_ep)); in umb_attach()
592 if (sc->sc_rx_ep != -1 && sc->sc_tx_ep != -1) { in umb_detach()
712 if ((rv = usbd_open_pipe(sc->sc_data_iface, sc->sc_tx_ep, in umb_alloc_bulkpipes()