Home
last modified time | relevance | path

Searched refs:has_tdi_phy_lpm (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dehci-hub.c163 if (ehci->has_tdi_phy_lpm) { in ehci_adjust_port_wakeup_flags()
195 if (ehci->has_tdi_phy_lpm) { in ehci_adjust_port_wakeup_flags()
307 if ((changed && ehci->has_tdi_phy_lpm) || fs_idle_delay) { in ehci_bus_suspend()
315 if (changed && ehci->has_tdi_phy_lpm) { in ehci_bus_suspend()
444 if (ehci->bus_suspended && ehci->has_tdi_phy_lpm) { in ehci_bus_resume()
817 if (ehci->has_tdi_phy_lpm) { in ehci_hub_control()
1066 if (ehci->has_tdi_phy_lpm) { in ehci_hub_control()
H A Dehci.h235 unsigned has_tdi_phy_lpm:1; member
/openbmc/linux/drivers/usb/chipidea/
H A Dci_hdrc_tegra.c162 ehci->has_tdi_phy_lpm = false; in tegra_usb_notify_event()
H A Dhost.c151 ehci->has_tdi_phy_lpm = ci->hw_bank.lpm; in host_start()