Home
last modified time | relevance | path

Searched refs:uphy (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/dwc2/
Dplatform.c161 struct usb_phy *uphy; in dwc2_driver_probe() local
226 uphy = devm_usb_get_phy(&dev->dev, USB_PHY_TYPE_USB2); in dwc2_driver_probe()
227 if (IS_ERR(uphy)) in dwc2_driver_probe()
228 hsotg->uphy = NULL; in dwc2_driver_probe()
230 hsotg->uphy = uphy; in dwc2_driver_probe()
Dgadget.c2945 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()
[all …]
Dcore.h600 struct usb_phy *uphy; member