Home
last modified time | relevance | path

Searched refs:is_ulpi_phy (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/usb/phy/
Dphy-tegra-usb.c855 if (phy->is_ulpi_phy) in tegra_usb_phy_power_on()
877 if (phy->is_ulpi_phy) in tegra_usb_phy_power_off()
898 if (!phy->is_ulpi_phy) in tegra_usb_phy_shutdown()
964 if (!phy->is_ulpi_phy) { in tegra_usb_phy_init()
977 if (!phy->is_ulpi_phy) in tegra_usb_phy_init()
995 if (!phy->is_ulpi_phy) in tegra_usb_phy_preresume()
1004 if (!phy->is_ulpi_phy) in tegra_usb_phy_postresume()
1014 if (!phy->is_ulpi_phy) in tegra_ehci_phy_restore_start()
1023 if (!phy->is_ulpi_phy) in tegra_ehci_phy_restore_end()
1052 tegra_phy->is_ulpi_phy = false; in utmi_phy_probe()
[all …]
/Linux-v5.15/include/linux/usb/
Dtegra_usb_phy.h79 bool is_ulpi_phy; member