Searched refs:AXE_ENDPT_INTR (Results 1 – 2 of 2) sorted by relevance
734 sc->axe_ed[AXE_ENDPT_INTR] = ed->bEndpointAddress; in axe_attach()847 if (sc->axe_ep[AXE_ENDPT_INTR] != NULL) in axe_detach()848 usbd_abort_pipe(sc->axe_ep[AXE_ENDPT_INTR]); in axe_detach()877 sc->axe_ep[AXE_ENDPT_INTR] != NULL) in axe_detach()1491 if (sc->axe_ep[AXE_ENDPT_INTR] != NULL) { in axe_stop()1492 err = usbd_close_pipe(sc->axe_ep[AXE_ENDPT_INTR]); in axe_stop()1497 sc->axe_ep[AXE_ENDPT_INTR] = NULL; in axe_stop()
196 #define AXE_ENDPT_INTR 0x2 macro