Searched refs:URE_ENDPT_TX (Results 1 – 2 of 2) sorted by relevance
875 err = usbd_open_pipe(sc->ure_iface, sc->ure_ed[URE_ENDPT_TX], in ure_init()876 USBD_EXCLUSIVE_USE, &sc->ure_ep[URE_ENDPT_TX]); in ure_init()1036 if (sc->ure_ep[URE_ENDPT_TX] != NULL) { in ure_stop()1037 err = usbd_close_pipe(sc->ure_ep[URE_ENDPT_TX]); in ure_stop()1042 sc->ure_ep[URE_ENDPT_TX] = NULL; in ure_stop()1769 sc->ure_ed[URE_ENDPT_TX] = ed->bEndpointAddress; in ure_attach()1925 if (sc->ure_ep[URE_ENDPT_TX] != NULL) in ure_detach()1926 usbd_abort_pipe(sc->ure_ep[URE_ENDPT_TX]); in ure_detach()2137 sc->ure_ep[URE_ENDPT_TX]); in ure_txeof()2187 usbd_setup_xfer(c->uc_xfer, sc->ure_ep[URE_ENDPT_TX], c, c->uc_buf, in ure_encap_xfer()
582 #define URE_ENDPT_TX 1 macro