Searched refs:URE_ENDPT_RX (Results 1 – 2 of 2) sorted by relevance
866 err = usbd_open_pipe(sc->ure_iface, sc->ure_ed[URE_ENDPT_RX], in ure_init()867 USBD_EXCLUSIVE_USE, &sc->ure_ep[URE_ENDPT_RX]); in ure_init()887 usbd_setup_xfer(c->uc_xfer, sc->ure_ep[URE_ENDPT_RX], in ure_init()1027 if (sc->ure_ep[URE_ENDPT_RX] != NULL) { in ure_stop()1028 err = usbd_close_pipe(sc->ure_ep[URE_ENDPT_RX]); in ure_stop()1033 sc->ure_ep[URE_ENDPT_RX] = NULL; in ure_stop()1766 sc->ure_ed[URE_ENDPT_RX] = ed->bEndpointAddress; in ure_attach()1927 if (sc->ure_ep[URE_ENDPT_RX] != NULL) in ure_detach()1928 usbd_abort_pipe(sc->ure_ep[URE_ENDPT_RX]); in ure_detach()2022 sc->ure_ep[URE_ENDPT_RX]); in ure_rxeof()[all …]
581 #define URE_ENDPT_RX 0 macro