Lines Matching refs:phy
144 struct phy *phy; member
161 static int mv_usb2_phy_28nm_init(struct phy *phy) in mv_usb2_phy_28nm_init() argument
163 struct mv_usb2_phy *mv_phy = phy_get_drvdata(phy); in mv_usb2_phy_28nm_init()
247 static int mv_usb2_phy_28nm_power_on(struct phy *phy) in mv_usb2_phy_28nm_power_on() argument
249 struct mv_usb2_phy *mv_phy = phy_get_drvdata(phy); in mv_usb2_phy_28nm_power_on()
260 static int mv_usb2_phy_28nm_power_off(struct phy *phy) in mv_usb2_phy_28nm_power_off() argument
262 struct mv_usb2_phy *mv_phy = phy_get_drvdata(phy); in mv_usb2_phy_28nm_power_off()
273 static int mv_usb2_phy_28nm_exit(struct phy *phy) in mv_usb2_phy_28nm_exit() argument
275 struct mv_usb2_phy *mv_phy = phy_get_drvdata(phy); in mv_usb2_phy_28nm_exit()
328 mv_phy->phy = devm_phy_create(&pdev->dev, pdev->dev.of_node, &usb_ops); in mv_usb2_phy_probe()
329 if (IS_ERR(mv_phy->phy)) in mv_usb2_phy_probe()
330 return PTR_ERR(mv_phy->phy); in mv_usb2_phy_probe()
332 phy_set_drvdata(mv_phy->phy, mv_phy); in mv_usb2_phy_probe()