Searched refs:ure_ep (Results 1 – 2 of 2) sorted by relevance
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()1036 if (sc->ure_ep[URE_ENDPT_TX] != NULL) { in ure_stop()1042 sc->ure_ep[URE_ENDPT_TX] = NULL; in ure_stop()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()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 …]
619 struct usbd_pipe *ure_ep[URE_ENDPT_MAX]; member