Searched refs:udc_phy (Results 1 – 2 of 2) sorted by relevance
141 udc->udc_phy = devm_of_phy_get_by_index(dev, dev->of_node, 0); in udc_plat_probe()142 if (IS_ERR(udc->udc_phy)) { in udc_plat_probe()144 return PTR_ERR(udc->udc_phy); in udc_plat_probe()147 ret = phy_init(udc->udc_phy); in udc_plat_probe()153 ret = phy_power_on(udc->udc_phy); in udc_plat_probe()156 phy_exit(udc->udc_phy); in udc_plat_probe()221 if (udc->udc_phy) { in udc_plat_probe()222 phy_power_off(udc->udc_phy); in udc_plat_probe()223 phy_exit(udc->udc_phy); in udc_plat_probe()246 phy_power_off(dev->udc_phy); in udc_plat_remove()[all …]
570 struct phy *udc_phy; member