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

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-hw.h521 #define EP_CTX_STATE_STOPPED 3 macro
H A Dxhci-transfer.c67 if (ep_ctx_state == EP_CTX_STATE_STOPPED || ep_ctx_state == EP_CTX_STATE_RUNNING) {
128 case EP_CTX_STATE_STOPPED:
297 while (xhci_get_ep_ctx_state(slot, ep) == EP_CTX_STATE_STOPPED) {

Completed in 77 milliseconds