Searched refs:cue_ep (Results 1 – 2 of 2) sorted by relevance
550 if (sc->cue_ep[CUE_ENDPT_TX] != NULL || in cue_detach()551 sc->cue_ep[CUE_ENDPT_RX] != NULL || in cue_detach()552 sc->cue_ep[CUE_ENDPT_INTR] != NULL) in cue_detach()691 usbd_clear_endpoint_stall_async(sc->cue_ep[CUE_ENDPT_RX]); in cue_rxeof()725 usbd_setup_xfer(c->cue_xfer, sc->cue_ep[CUE_ENDPT_RX], in cue_rxeof()766 usbd_clear_endpoint_stall_async(sc->cue_ep[CUE_ENDPT_TX]); in cue_txeof()844 usbd_setup_xfer(c->cue_xfer, sc->cue_ep[CUE_ENDPT_TX], in cue_send()976 if (sc->cue_ep[CUE_ENDPT_RX] == NULL) { in cue_init()1000 USBD_EXCLUSIVE_USE, &sc->cue_ep[CUE_ENDPT_RX]); in cue_open_pipes()1007 USBD_EXCLUSIVE_USE, &sc->cue_ep[CUE_ENDPT_TX]); in cue_open_pipes()[all …]
180 struct usbd_pipe *cue_ep[CUE_ENDPT_MAX]; member