Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
Dpcie-tegra194.c238 #define EP_STATE_DISABLED 0 macro
1616 if (pcie->ep_state == EP_STATE_DISABLED) in pex_ep_event_pex_rst_assert()
1646 pcie->ep_state = EP_STATE_DISABLED; in pex_ep_event_pex_rst_assert()
1946 pcie->ep_state = EP_STATE_DISABLED; in tegra_pcie_config_ep()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dtegra-xudc.c229 #define EP_STATE_DISABLED 0 macro
1554 ep_ctx_write_state(ep->context, EP_STATE_DISABLED); in __tegra_xudc_ep_set_halt()
1700 if (ep_ctx_read_state(ep->context) == EP_STATE_DISABLED) { in __tegra_xudc_ep_disable()
1706 ep_ctx_write_state(ep->context, EP_STATE_DISABLED); in __tegra_xudc_ep_disable()
1785 if (ep_ctx_read_state(ep->context) != EP_STATE_DISABLED) in __tegra_xudc_ep_enable()
2410 if (ep_ctx_read_state(ep_ctx) == EP_STATE_DISABLED) in tegra_xudc_ep0_get_status()
2698 if (ep_ctx_read_state(ep->context) == EP_STATE_DISABLED) { in tegra_xudc_handle_transfer_event()
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h726 #define EP_STATE_DISABLED 0 macro
2689 case EP_STATE_DISABLED: in xhci_ep_state_string()
Dxhci-ring.c2449 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) { in handle_tx_event()
3038 case EP_STATE_DISABLED: in prepare_ring()
Dxhci.c1822 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()