Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h611 #define EP_STATE_DISABLED 0 macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c217 case EP_STATE_DISABLED: in prepare_ring()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h727 #define EP_STATE_DISABLED 0 macro
2755 case EP_STATE_DISABLED: in xhci_ep_state_string()
H A Dxhci-ring.c2614 if (GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) { in handle_tx_event()
3212 case EP_STATE_DISABLED: in prepare_ring()
H A Dxhci.c1817 if ((GET_EP_CTX_STATE(ep_ctx) == EP_STATE_DISABLED) || in xhci_drop_endpoint()