Searched refs:axe_ep (Results 1 – 2 of 2) sorted by relevance
603 if (sc->axe_ep[AXE_ENDPT_TX] != NULL) in USB_DETACH()604 usbd_abort_pipe(sc->axe_ep[AXE_ENDPT_TX]); in USB_DETACH()605 if (sc->axe_ep[AXE_ENDPT_RX] != NULL) in USB_DETACH()606 usbd_abort_pipe(sc->axe_ep[AXE_ENDPT_RX]); in USB_DETACH()607 if (sc->axe_ep[AXE_ENDPT_INTR] != NULL) in USB_DETACH()608 usbd_abort_pipe(sc->axe_ep[AXE_ENDPT_INTR]); in USB_DETACH()638 if (sc->axe_ep[AXE_ENDPT_TX] != NULL || in USB_DETACH()639 sc->axe_ep[AXE_ENDPT_RX] != NULL || in USB_DETACH()640 sc->axe_ep[AXE_ENDPT_INTR] != NULL) in USB_DETACH()795 usbd_setup_xfer(c->axe_xfer, sc->axe_ep[AXE_ENDPT_RX], in axe_rxstart()[all …]
172 usbd_pipe_handle axe_ep[AXE_ENDPT_MAX]; member