Home
last modified time | relevance | path

Searched refs:AXE_ENDPT_INTR (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_axe.c734 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()
H A Dif_axereg.h196 #define AXE_ENDPT_INTR 0x2 macro