Searched defs:uphy (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/dwc2/
H A Dcore.h162 * @uphy: The otg phy transceiver structure for old USB phy control.
186 struct usb_phy *uphy; member in struct:s3c_hsotg
H A Dgadget.c2786 if (hsotg->uphy)
2787 usb_phy_init(hsotg->uphy);
2807 if (hsotg->uphy)
2808 usb_phy_shutdown(hsotg->uphy);
3414 struct usb_phy *uphy; local
3436 uphy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2);
3437 if (IS_ERR(uphy)) {
3447 hsotg->uphy = uphy;

Completed in 69 milliseconds