Lines Matching refs:uphy
2945 if (hsotg->uphy) in s3c_hsotg_phy_enable()
2946 usb_phy_init(hsotg->uphy); in s3c_hsotg_phy_enable()
2966 if (hsotg->uphy) in s3c_hsotg_phy_disable()
2967 usb_phy_shutdown(hsotg->uphy); in s3c_hsotg_phy_disable()
3067 if (!IS_ERR_OR_NULL(hsotg->uphy)) in s3c_hsotg_udc_start()
3068 otg_set_peripheral(hsotg->uphy->otg, &hsotg->gadget); in s3c_hsotg_udc_start()
3122 if (!IS_ERR_OR_NULL(hsotg->uphy)) in s3c_hsotg_udc_stop()
3123 otg_set_peripheral(hsotg->uphy->otg, NULL); in s3c_hsotg_udc_stop()
3215 if (IS_ERR_OR_NULL(hsotg->uphy)) in s3c_hsotg_vbus_draw()
3217 return usb_phy_set_power(hsotg->uphy, mA); in s3c_hsotg_vbus_draw()
3873 if (IS_ERR_OR_NULL(hsotg->phy) && IS_ERR_OR_NULL(hsotg->uphy)) { in dwc2_gadget_init()