Searched refs:MOS_ENDPT_INTR (Results 1 – 2 of 2) sorted by relevance
667 sc->mos_ed[MOS_ENDPT_INTR] = ed->bEndpointAddress; in mos_attach()750 if (sc->mos_ep[MOS_ENDPT_INTR] != NULL) in mos_detach()751 usbd_abort_pipe(sc->mos_ep[MOS_ENDPT_INTR]); in mos_detach()779 sc->mos_ep[MOS_ENDPT_INTR] != NULL) in mos_detach()1351 if (sc->mos_ep[MOS_ENDPT_INTR] != NULL) { in mos_stop()1352 err = usbd_close_pipe(sc->mos_ep[MOS_ENDPT_INTR]); in mos_stop()1357 sc->mos_ep[MOS_ENDPT_INTR] = NULL; in mos_stop()
126 #define MOS_ENDPT_INTR 2 macro