Lines Matching refs:phy
29 struct phy *phy; member
35 static int armada375_usb_phy_init(struct phy *phy) in armada375_usb_phy_init() argument
40 cluster_phy = phy_get_drvdata(phy); in armada375_usb_phy_init()
67 static struct phy *armada375_usb_phy_xlate(struct device *dev, in armada375_usb_phy_xlate()
103 return cluster_phy->phy; in armada375_usb_phy_xlate()
109 struct phy *phy; in armada375_usb_phy_probe() local
124 phy = devm_phy_create(dev, NULL, &armada375_usb_phy_ops); in armada375_usb_phy_probe()
125 if (IS_ERR(phy)) { in armada375_usb_phy_probe()
127 return PTR_ERR(phy); in armada375_usb_phy_probe()
130 cluster_phy->phy = phy; in armada375_usb_phy_probe()
134 phy_set_drvdata(phy, cluster_phy); in armada375_usb_phy_probe()