Home
last modified time | relevance | path

Searched refs:EP_STATE_DISABLED (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h502 case EP_STATE_DISABLED: in cdnsp_ep_state_string()
H A Dcdnsp-gadget.c708 ep_sts == EP_STATE_DISABLED) || in cdnsp_update_eps_configuration()
709 (ep_sts != EP_STATE_DISABLED && ctrl_ctx->drop_flags)) in cdnsp_update_eps_configuration()
H A Dcdnsp-gadget.h666 #define EP_STATE_DISABLED 0 macro
H A Dcdnsp-ring.c1262 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_DISABLED) { in cdnsp_handle_tx_event()
2145 if (ep_state == EP_STATE_STOPPED || ep_state == EP_STATE_DISABLED || in cdnsp_cmd_stop_ep()
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c228 #define EP_STATE_DISABLED 0 macro
1564 ep_ctx_write_state(ep->context, EP_STATE_DISABLED); in __tegra_xudc_ep_set_halt()
1710 if (ep_ctx_read_state(ep->context) == EP_STATE_DISABLED) { in __tegra_xudc_ep_disable()
1716 ep_ctx_write_state(ep->context, EP_STATE_DISABLED); in __tegra_xudc_ep_disable()
1799 if (ep_ctx_read_state(ep->context) != EP_STATE_DISABLED) in __tegra_xudc_ep_enable()
2423 if (ep_ctx_read_state(ep_ctx) == EP_STATE_DISABLED) in tegra_xudc_ep0_get_status()
2711 if (ep_ctx_read_state(ep->context) == EP_STATE_DISABLED) { in tegra_xudc_handle_transfer_event()
/linux/drivers/usb/host/
H A Dxhci.h446 #define EP_STATE_DISABLED 0 macro
2519 case EP_STATE_DISABLED: in xhci_ep_state_string()
H A Dxhci-ring.c2663 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) { in handle_tx_event()
3269 case EP_STATE_DISABLED: in prepare_ring()
H A Dxhci.c1943 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()