Lines Matching defs:phy
22 #include <linux/phy/phy.h>
53 struct phy *phy;
58 .compatible = "brcm,ns-ax-usb3-phy",
62 .compatible = "brcm,ns-bx-usb3-phy",
149 static int bcm_ns_usb3_phy_init(struct phy *phy)
151 struct bcm_ns_usb3 *usb3 = phy_get_drvdata(phy);
221 usb3->phy = devm_phy_create(dev, NULL, &ops);
222 if (IS_ERR(usb3->phy)) {
224 return PTR_ERR(usb3->phy);
227 phy_set_drvdata(usb3->phy, usb3);