Lines Matching refs:phy
71 static int stih41x_usb_phy_init(struct phy *phy) in stih41x_usb_phy_init() argument
73 struct stih41x_usb_phy *phy_dev = phy_get_drvdata(phy); in stih41x_usb_phy_init()
79 static int stih41x_usb_phy_power_on(struct phy *phy) in stih41x_usb_phy_power_on() argument
81 struct stih41x_usb_phy *phy_dev = phy_get_drvdata(phy); in stih41x_usb_phy_power_on()
98 static int stih41x_usb_phy_power_off(struct phy *phy) in stih41x_usb_phy_power_off() argument
100 struct stih41x_usb_phy *phy_dev = phy_get_drvdata(phy); in stih41x_usb_phy_power_off()
131 struct phy *phy; in stih41x_usb_phy_probe() local
155 phy = devm_phy_create(dev, NULL, &stih41x_usb_phy_ops); in stih41x_usb_phy_probe()
157 if (IS_ERR(phy)) { in stih41x_usb_phy_probe()
159 return PTR_ERR(phy); in stih41x_usb_phy_probe()
164 phy_set_drvdata(phy, phy_dev); in stih41x_usb_phy_probe()