Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-tegra-usb.c769 if (!phy->is_ulpi_phy) in tegra_usb_phy_close()
777 if (phy->is_ulpi_phy) in tegra_usb_phy_power_on()
785 if (phy->is_ulpi_phy) in tegra_usb_phy_power_off()
880 if (phy->is_ulpi_phy) in tegra_usb_phy_init()
898 if (!phy->is_ulpi_phy) in tegra_usb_phy_preresume()
907 if (!phy->is_ulpi_phy) in tegra_usb_phy_postresume()
917 if (!phy->is_ulpi_phy) in tegra_ehci_phy_restore_start()
926 if (!phy->is_ulpi_phy) in tegra_ehci_phy_restore_end()
951 tegra_phy->is_ulpi_phy = false; in utmi_phy_probe()
1099 tegra_phy->is_ulpi_phy = true; in tegra_usb_phy_probe()
/Linux-v4.19/include/linux/usb/
Dtegra_usb_phy.h78 bool is_ulpi_phy; member