Home
last modified time | relevance | path

Searched refs:EP_STATE_DISABLED (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A 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-6.6/drivers/usb/gadget/udc/
H A 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()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c239 #define EP_STATE_DISABLED 0 macro
1624 if (pcie->ep_state == EP_STATE_DISABLED) in pex_ep_event_pex_rst_assert()
1654 pcie->ep_state = EP_STATE_DISABLED; in pex_ep_event_pex_rst_assert()
1954 pcie->ep_state = EP_STATE_DISABLED; in tegra_pcie_config_ep()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-debug.h504 case EP_STATE_DISABLED: in cdnsp_ep_state_string()
H A Dcdnsp-gadget.h659 #define EP_STATE_DISABLED 0 macro
H A Dcdnsp-ring.c1257 if (GET_EP_CTX_STATE(pep->out_ctx) == EP_STATE_DISABLED) { in cdnsp_handle_tx_event()
2112 if (ep_state == EP_STATE_STOPPED || ep_state == EP_STATE_DISABLED || in cdnsp_cmd_stop_ep()
H A 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()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c223 #define EP_STATE_DISABLED 0 macro
1704 if (pcie->ep_state == EP_STATE_DISABLED) in pex_ep_event_pex_rst_assert()
1741 pcie->ep_state = EP_STATE_DISABLED; in pex_ep_event_pex_rst_assert()
2066 pcie->ep_state = EP_STATE_DISABLED; in tegra_pcie_config_ep()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h726 #define EP_STATE_DISABLED 0 macro
2694 case EP_STATE_DISABLED: in xhci_ep_state_string()
H A Dxhci-ring.c2463 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) { in handle_tx_event()
3084 case EP_STATE_DISABLED: in prepare_ring()
H A Dxhci.c1822 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h729 #define EP_STATE_DISABLED 0 macro
2726 case EP_STATE_DISABLED: in xhci_ep_state_string()
H A Dxhci-ring.c2592 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) { in handle_tx_event()
3223 case EP_STATE_DISABLED: in prepare_ring()
H A Dxhci.c1811 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()

Completed in 59 milliseconds