Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_mos.c667 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()
H A Dif_mosreg.h126 #define MOS_ENDPT_INTR 2 macro