Lines Matching refs:phy
22 static int samsung_usb2_phy_power_on(struct phy *phy) in samsung_usb2_phy_power_on() argument
24 struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy); in samsung_usb2_phy_power_on()
54 static int samsung_usb2_phy_power_off(struct phy *phy) in samsung_usb2_phy_power_off() argument
56 struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy); in samsung_usb2_phy_power_off()
80 static struct phy *samsung_usb2_phy_xlate(struct device *dev, in samsung_usb2_phy_xlate()
92 return drv->instances[args->args[0]].phy; in samsung_usb2_phy_xlate()
211 p->phy = devm_phy_create(dev, NULL, &samsung_usb2_phy_ops); in samsung_usb2_phy_probe()
212 if (IS_ERR(p->phy)) { in samsung_usb2_phy_probe()
215 return PTR_ERR(p->phy); in samsung_usb2_phy_probe()
220 phy_set_bus_width(p->phy, 8); in samsung_usb2_phy_probe()
221 phy_set_drvdata(p->phy, p); in samsung_usb2_phy_probe()