Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
A Dpcie-tegra194.c238 #define EP_STATE_DISABLED 0 macro
1613 if (pcie->ep_state == EP_STATE_DISABLED) in pex_ep_event_pex_rst_assert()
1643 pcie->ep_state = EP_STATE_DISABLED; in pex_ep_event_pex_rst_assert()
1936 pcie->ep_state = EP_STATE_DISABLED; in tegra_pcie_config_ep()
/linux/drivers/usb/gadget/udc/
A Dtegra-xudc.c232 #define EP_STATE_DISABLED 0 macro
1555 ep_ctx_write_state(ep->context, EP_STATE_DISABLED); in __tegra_xudc_ep_set_halt()
1698 if (ep_ctx_read_state(ep->context) == EP_STATE_DISABLED) { in __tegra_xudc_ep_disable()
1704 ep_ctx_write_state(ep->context, EP_STATE_DISABLED); in __tegra_xudc_ep_disable()
1783 if (ep_ctx_read_state(ep->context) != EP_STATE_DISABLED) in __tegra_xudc_ep_enable()
2408 if (ep_ctx_read_state(ep_ctx) == EP_STATE_DISABLED) in tegra_xudc_ep0_get_status()
2696 if (ep_ctx_read_state(ep->context) == EP_STATE_DISABLED) { in tegra_xudc_handle_transfer_event()
/linux/drivers/usb/cdns3/
A Dcdnsp-debug.h501 case EP_STATE_DISABLED: in cdnsp_ep_state_string()
A Dcdnsp-gadget.c674 ep_sts == EP_STATE_DISABLED) || in cdnsp_update_eps_configuration()
675 (ep_sts != EP_STATE_DISABLED && ctrl_ctx->drop_flags)) in cdnsp_update_eps_configuration()
A Dcdnsp-ring.c1257 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_DISABLED) { in cdnsp_handle_tx_event()
2076 if (ep_state == EP_STATE_STOPPED || ep_state == EP_STATE_DISABLED) { in cdnsp_cmd_stop_ep()
A Dcdnsp-gadget.h659 #define EP_STATE_DISABLED 0 macro
/linux/drivers/usb/host/
A Dxhci.h723 #define EP_STATE_DISABLED 0 macro
2682 case EP_STATE_DISABLED: in xhci_ep_state_string()
A Dxhci-ring.c2620 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) { in handle_tx_event()
3206 case EP_STATE_DISABLED: in prepare_ring()
A Dxhci.c1915 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()

Completed in 53 milliseconds