Searched refs:utmi_phy (Results 1 – 1 of 1) sorted by relevance
509 struct phy **utmi_phy; member3503 if (!xudc->utmi_phy) in tegra_xudc_phy_get()3524 if (IS_ERR(xudc->utmi_phy[i])) { in tegra_xudc_phy_get()3525 err = PTR_ERR(xudc->utmi_phy[i]); in tegra_xudc_phy_get()3529 } else if (xudc->utmi_phy[i]) { in tegra_xudc_phy_get()3532 xudc->utmi_phy[i]->dev.of_node, in tegra_xudc_phy_get()3540 } else if (!xudc->utmi_phy[i]) { in tegra_xudc_phy_get()3577 xudc->utmi_phy[i] = NULL; in tegra_xudc_phy_get()3590 phy_exit(xudc->utmi_phy[i]); in tegra_xudc_phy_exit()3600 err = phy_init(xudc->utmi_phy[i]); in tegra_xudc_phy_init()[all …]