Lines Matching refs:phy_name
1554 char phy_name[9];
1584 snprintf(phy_name, sizeof(phy_name), "usb2-phy");
1586 snprintf(phy_name, sizeof(phy_name), "usb2-%u", i);
1588 dwc->usb2_generic_phy[i] = devm_phy_get(dev, phy_name);
1595 phy_name);
1601 snprintf(phy_name, sizeof(phy_name), "usb3-phy");
1603 snprintf(phy_name, sizeof(phy_name), "usb3-%u", i);
1605 dwc->usb3_generic_phy[i] = devm_phy_get(dev, phy_name);
1612 phy_name);