Lines Matching refs:utmi_phy
510 struct phy **utmi_phy;
820 xudc->curr_utmi_phy = xudc->utmi_phy[phy_index];
3486 xudc->utmi_phy = devm_kcalloc(xudc->dev, xudc->soc->num_phys,
3487 sizeof(*xudc->utmi_phy), GFP_KERNEL);
3488 if (!xudc->utmi_phy)
3508 xudc->utmi_phy[i] = devm_phy_optional_get(xudc->dev, phy_name);
3509 if (IS_ERR(xudc->utmi_phy[i])) {
3510 err = PTR_ERR(xudc->utmi_phy[i]);
3516 } else if (xudc->utmi_phy[i]) {
3519 xudc->utmi_phy[i]->dev.of_node,
3527 } else if (!xudc->utmi_phy[i]) {
3555 xudc->utmi_phy[i] = NULL;
3568 phy_exit(xudc->utmi_phy[i]);
3578 err = phy_init(xudc->utmi_phy[i]);
3900 phy_power_off(xudc->utmi_phy[i]);