Home
last modified time | relevance | path

Searched refs:GET_EP_CTX_STATE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-ep0.c174 ep_sts = GET_EP_CTX_STATE(pep->out_ctx); in cdnsp_ep0_handle_status()
435 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_HALTED) in cdnsp_setup_analyze()
H A Dcdnsp-gadget.c461 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_RUNNING) in cdnsp_ep_dequeue()
654 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_STOPPED) { in cdnsp_halt_endpoint()
713 ep_sts = GET_EP_CTX_STATE(pep->out_ctx); in cdnsp_update_eps_configuration()
/linux/drivers/usb/host/
H A Dxhci.h455 #define GET_EP_CTX_STATE(ctx) (le32_to_cpu((ctx)->ep_info) & EP_STATE_MASK) macro
H A Dxhci.c1940 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()
2911 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_RUNNING) in xhci_stop_endpoint_sync()