Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
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()
954 if (ehci->has_tdi_phy_lpm) { in ehci_hub_control()
1196 if (ehci->has_tdi_phy_lpm) { in ehci_hub_control()
Dehci.h232 unsigned has_tdi_phy_lpm:1; member
/kernel/linux/linux-5.10/drivers/usb/chipidea/
Dhost.c139 ehci->has_tdi_phy_lpm = ci->hw_bank.lpm; in host_start()