Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-tegra-usb.c698 if (phy->is_ulpi_phy) in tegra_usb_phy_power_on()
706 if (phy->is_ulpi_phy) in tegra_usb_phy_power_off()
796 if (phy->is_ulpi_phy) in tegra_usb_phy_init()
814 if (!phy->is_ulpi_phy) in tegra_usb_phy_preresume()
823 if (!phy->is_ulpi_phy) in tegra_usb_phy_postresume()
833 if (!phy->is_ulpi_phy) in tegra_ehci_phy_restore_start()
842 if (!phy->is_ulpi_phy) in tegra_ehci_phy_restore_end()
866 tegra_phy->is_ulpi_phy = false; in utmi_phy_probe()
1014 tegra_phy->is_ulpi_phy = true; in tegra_usb_phy_probe()
/linux-4.4.14/include/linux/usb/
Dtegra_usb_phy.h76 bool is_ulpi_phy; member