Searched refs:UPL_ENDPT_TX (Results 1 – 1 of 1) sorted by relevance
130 #define UPL_ENDPT_TX 0x1 macro294 sc->sc_ed[UPL_ENDPT_TX] = ed->bEndpointAddress; in USB_ATTACH()301 if (sc->sc_ed[UPL_ENDPT_RX] == 0 || sc->sc_ed[UPL_ENDPT_TX] == 0 || in USB_ATTACH()380 if (sc->sc_ep[UPL_ENDPT_TX] != NULL || in USB_DETACH()640 usbd_clear_endpoint_stall(sc->sc_ep[UPL_ENDPT_TX]); in upl_txeof()677 usbd_setup_xfer(c->upl_xfer, sc->sc_ep[UPL_ENDPT_TX], in upl_send()796 err = usbd_open_pipe(sc->sc_iface, sc->sc_ed[UPL_ENDPT_TX], in upl_openpipes()797 USBD_EXCLUSIVE_USE, &sc->sc_ep[UPL_ENDPT_TX]); in upl_openpipes()978 if (sc->sc_ep[UPL_ENDPT_TX] != NULL) { in upl_stop()979 err = usbd_abort_pipe(sc->sc_ep[UPL_ENDPT_TX]); in upl_stop()[all …]