Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/phy/
Dphy-tegra-usb.c778 if (phy->is_ulpi_phy) in tegra_usb_phy_power_on()
797 if (phy->is_ulpi_phy) in tegra_usb_phy_power_off()
818 if (!phy->is_ulpi_phy) in tegra_usb_phy_shutdown()
875 if (!phy->is_ulpi_phy) { in tegra_usb_phy_init()
888 if (!phy->is_ulpi_phy) in tegra_usb_phy_init()
906 if (!phy->is_ulpi_phy) in tegra_usb_phy_preresume()
915 if (!phy->is_ulpi_phy) in tegra_usb_phy_postresume()
925 if (!phy->is_ulpi_phy) in tegra_ehci_phy_restore_start()
934 if (!phy->is_ulpi_phy) in tegra_ehci_phy_restore_end()
963 tegra_phy->is_ulpi_phy = false; in utmi_phy_probe()
[all …]
/Linux-v5.10/include/linux/usb/
Dtegra_usb_phy.h79 bool is_ulpi_phy; member