Lines Matching refs:usb3_phy
507 struct phy **usb3_phy;
819 xudc->curr_usb3_phy = xudc->usb3_phy[phy_index];
3502 xudc->usb3_phy = devm_kcalloc(xudc->dev, xudc->soc->num_phys,
3503 sizeof(*xudc->usb3_phy), GFP_KERNEL);
3504 if (!xudc->usb3_phy)
3548 xudc->usb3_phy[i] = devm_phy_optional_get(xudc->dev, phy_name);
3549 if (IS_ERR(xudc->usb3_phy[i])) {
3550 err = PTR_ERR(xudc->usb3_phy[i]);
3554 } else if (xudc->usb3_phy[i]) {
3558 tegra_xusb_padctl_get_port_number(xudc->usb3_phy[i]);
3572 xudc->usb3_phy[i] = NULL;
3585 phy_exit(xudc->usb3_phy[i]);
3602 err = phy_init(xudc->usb3_phy[i]);
3940 phy_power_off(xudc->usb3_phy[i]);