Searched refs:udc_phy (Results 1 – 2 of 2) sorted by relevance
142 if (IS_ERR(udc->udc_phy)) { in udc_plat_probe()147 ret = phy_init(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()247 phy_exit(dev->udc_phy); in udc_plat_remove()267 phy_power_off(udc->udc_phy); in udc_plat_suspend()268 phy_exit(udc->udc_phy); in udc_plat_suspend()[all …]
570 struct phy *udc_phy; member
Completed in 6 milliseconds