Searched refs:udc_phy (Results 1 – 2 of 2) sorted by relevance
141 if (IS_ERR(udc->udc_phy)) { in udc_plat_probe()146 ret = phy_init(udc->udc_phy); in udc_plat_probe()155 phy_exit(udc->udc_phy); in udc_plat_probe()220 if (udc->udc_phy) { in udc_plat_probe()221 phy_power_off(udc->udc_phy); in udc_plat_probe()222 phy_exit(udc->udc_phy); in udc_plat_probe()245 phy_power_off(dev->udc_phy); in udc_plat_remove()246 phy_exit(dev->udc_phy); in udc_plat_remove()264 phy_power_off(udc->udc_phy); in udc_plat_suspend()265 phy_exit(udc->udc_phy); in udc_plat_suspend()[all …]
570 struct phy *udc_phy; member