Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_ure.c1027 if (sc->ure_ep[URE_ENDPT_RX] != NULL) { in ure_stop()
1028 err = usbd_close_pipe(sc->ure_ep[URE_ENDPT_RX]); in ure_stop()
1033 sc->ure_ep[URE_ENDPT_RX] = NULL; in ure_stop()
1036 if (sc->ure_ep[URE_ENDPT_TX] != NULL) { in ure_stop()
1042 sc->ure_ep[URE_ENDPT_TX] = NULL; in ure_stop()
1925 if (sc->ure_ep[URE_ENDPT_TX] != NULL) in ure_detach()
1926 usbd_abort_pipe(sc->ure_ep[URE_ENDPT_TX]); in ure_detach()
1927 if (sc->ure_ep[URE_ENDPT_RX] != NULL) in ure_detach()
1928 usbd_abort_pipe(sc->ure_ep[URE_ENDPT_RX]); in ure_detach()
2022 sc->ure_ep[URE_ENDPT_RX]); in ure_rxeof()
[all …]
H A Dif_urereg.h619 struct usbd_pipe *ure_ep[URE_ENDPT_MAX]; member