Searched refs:axen_ep (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/usb/
H A Dif_axen.c747 if (sc->axen_ep[AXEN_ENDPT_TX] != NULL)
748 usbd_abort_pipe(sc->axen_ep[AXEN_ENDPT_TX]);
749 if (sc->axen_ep[AXEN_ENDPT_RX] != NULL)
750 usbd_abort_pipe(sc->axen_ep[AXEN_ENDPT_RX]);
751 if (sc->axen_ep[AXEN_ENDPT_INTR] != NULL)
752 usbd_abort_pipe(sc->axen_ep[AXEN_ENDPT_INTR]);
779 if (sc->axen_ep[AXEN_ENDPT_TX] != NULL ||
780 sc->axen_ep[AXEN_ENDPT_RX] != NULL ||
781 sc->axen_ep[AXEN_ENDPT_INTR] != NULL)
911 usbd_clear_endpoint_stall_async(sc->axen_ep[AXEN_ENDPT_R
[all...]
H A Dif_axenreg.h281 struct usbd_pipe *axen_ep[AXEN_ENDPT_MAX]; member in struct:axen_softc

Completed in 98 milliseconds