Searched refs:utmi_phy (Results 1 – 1 of 1) sorted by relevance
509 struct phy **utmi_phy; member3499 if (!xudc->utmi_phy) in tegra_xudc_phy_get()3520 if (IS_ERR(xudc->utmi_phy[i])) { in tegra_xudc_phy_get()3521 err = PTR_ERR(xudc->utmi_phy[i]); in tegra_xudc_phy_get()3525 } else if (xudc->utmi_phy[i]) { in tegra_xudc_phy_get()3528 xudc->utmi_phy[i]->dev.of_node, in tegra_xudc_phy_get()3536 } else if (!xudc->utmi_phy[i]) { in tegra_xudc_phy_get()3573 xudc->utmi_phy[i] = NULL; in tegra_xudc_phy_get()3586 phy_exit(xudc->utmi_phy[i]); in tegra_xudc_phy_exit()3596 err = phy_init(xudc->utmi_phy[i]); in tegra_xudc_phy_init()[all …]