Lines Matching refs:usb3_phy
508 struct phy **usb3_phy;
821 xudc->curr_usb3_phy = xudc->usb3_phy[phy_index];
3491 xudc->usb3_phy = devm_kcalloc(xudc->dev, xudc->soc->num_phys,
3492 sizeof(*xudc->usb3_phy), GFP_KERNEL);
3493 if (!xudc->usb3_phy)
3538 xudc->usb3_phy[i] = devm_phy_optional_get(xudc->dev, phy_name);
3539 if (IS_ERR(xudc->usb3_phy[i])) {
3540 err = PTR_ERR(xudc->usb3_phy[i]);
3546 } else if (xudc->usb3_phy[i])
3554 xudc->usb3_phy[i] = NULL;
3567 phy_exit(xudc->usb3_phy[i]);
3584 err = phy_init(xudc->usb3_phy[i]);
3901 phy_power_off(xudc->usb3_phy[i]);