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

/linux-4.1.27/drivers/usb/dwc2/
H A Dplatform.c161 struct usb_phy *uphy; dwc2_driver_probe() local
226 uphy = devm_usb_get_phy(&dev->dev, USB_PHY_TYPE_USB2); dwc2_driver_probe()
227 if (IS_ERR(uphy)) dwc2_driver_probe()
228 hsotg->uphy = NULL; dwc2_driver_probe()
230 hsotg->uphy = uphy; dwc2_driver_probe()
H A Dgadget.c2945 if (hsotg->uphy) s3c_hsotg_phy_enable()
2946 usb_phy_init(hsotg->uphy); s3c_hsotg_phy_enable()
2966 if (hsotg->uphy) s3c_hsotg_phy_disable()
2967 usb_phy_shutdown(hsotg->uphy); s3c_hsotg_phy_disable()
3067 if (!IS_ERR_OR_NULL(hsotg->uphy)) s3c_hsotg_udc_start()
3068 otg_set_peripheral(hsotg->uphy->otg, &hsotg->gadget); s3c_hsotg_udc_start()
3122 if (!IS_ERR_OR_NULL(hsotg->uphy)) s3c_hsotg_udc_stop()
3123 otg_set_peripheral(hsotg->uphy->otg, NULL); s3c_hsotg_udc_stop()
3215 if (IS_ERR_OR_NULL(hsotg->uphy)) s3c_hsotg_vbus_draw()
3217 return usb_phy_set_power(hsotg->uphy, mA); s3c_hsotg_vbus_draw()
3873 if (IS_ERR_OR_NULL(hsotg->phy) && IS_ERR_OR_NULL(hsotg->uphy)) { dwc2_gadget_init()
H A Dcore.h563 * @uphy: The otg phy transceiver structure for old USB phy control.
600 struct usb_phy *uphy; member in struct:dwc2_hsotg

Completed in 97 milliseconds