Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dehci-hub.c175 if (ehci->has_tdi_phy_lpm) { in ehci_adjust_port_wakeup_flags()
207 if (ehci->has_tdi_phy_lpm) { in ehci_adjust_port_wakeup_flags()
311 if ((changed && ehci->has_tdi_phy_lpm) || fs_idle_delay) { in ehci_bus_suspend()
319 if (changed && ehci->has_tdi_phy_lpm) { in ehci_bus_suspend()
443 if (ehci->bus_suspended && ehci->has_tdi_phy_lpm) { in ehci_bus_resume()
937 if (ehci->has_tdi_phy_lpm) { in ehci_hub_control()
1179 if (ehci->has_tdi_phy_lpm) { in ehci_hub_control()
Dehci.h240 unsigned has_tdi_phy_lpm:1; member
/linux-4.4.14/drivers/usb/chipidea/
Dhost.c136 ehci->has_tdi_phy_lpm = ci->hw_bank.lpm; in host_start()