Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-debug.h501 case EP_STATE_DISABLED: in cdnsp_ep_state_string()
Dcdnsp-gadget.c670 ep_sts == EP_STATE_DISABLED) || in cdnsp_update_eps_configuration()
671 (ep_sts != EP_STATE_DISABLED && ctrl_ctx->drop_flags)) in cdnsp_update_eps_configuration()
Dcdnsp-gadget.h659 #define EP_STATE_DISABLED 0 macro
Dcdnsp-ring.c1259 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_DISABLED) { in cdnsp_handle_tx_event()
2142 if (ep_state == EP_STATE_STOPPED || ep_state == EP_STATE_DISABLED || in cdnsp_cmd_stop_ep()
/linux-6.12.1/drivers/usb/gadget/udc/
Dtegra-xudc.c228 #define EP_STATE_DISABLED 0 macro
1566 ep_ctx_write_state(ep->context, EP_STATE_DISABLED); in __tegra_xudc_ep_set_halt()
1712 if (ep_ctx_read_state(ep->context) == EP_STATE_DISABLED) { in __tegra_xudc_ep_disable()
1718 ep_ctx_write_state(ep->context, EP_STATE_DISABLED); in __tegra_xudc_ep_disable()
1797 if (ep_ctx_read_state(ep->context) != EP_STATE_DISABLED) in __tegra_xudc_ep_enable()
2421 if (ep_ctx_read_state(ep_ctx) == EP_STATE_DISABLED) in tegra_xudc_ep0_get_status()
2709 if (ep_ctx_read_state(ep->context) == EP_STATE_DISABLED) { in tegra_xudc_handle_transfer_event()
/linux-6.12.1/drivers/pci/controller/dwc/
Dpcie-tegra194.c216 #define EP_STATE_DISABLED 0 macro
1691 if (pcie->ep_state == EP_STATE_DISABLED) in pex_ep_event_pex_rst_assert()
1731 pcie->ep_state = EP_STATE_DISABLED; in pex_ep_event_pex_rst_assert()
2059 pcie->ep_state = EP_STATE_DISABLED; in tegra_pcie_config_ep()
/linux-6.12.1/drivers/usb/host/
Dxhci.h447 #define EP_STATE_DISABLED 0 macro
2440 case EP_STATE_DISABLED: in xhci_ep_state_string()
Dxhci-ring.c2640 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) { in handle_tx_event()
3182 case EP_STATE_DISABLED: in prepare_ring()
Dxhci.c1852 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()