Searched refs:dwc3_setup_phy (Results 1 – 5 of 5) sorted by relevance
51 int dwc3_setup_phy(struct udevice *dev, struct phy_bulk *phys);54 static inline int dwc3_setup_phy(struct udevice *dev, struct phy_bulk *phys) in dwc3_setup_phy() function
52 rc = dwc3_setup_phy(dev, &priv->phys); in dwc3_layerscape_probe()
101 rc = dwc3_setup_phy(dev, &priv->phys); in dwc3_generic_probe()
1014 int dwc3_setup_phy(struct udevice *dev, struct phy_bulk *phys) in dwc3_setup_phy() function
182 ret = dwc3_setup_phy(dev, &plat->phys); in xhci_dwc3_probe()
Completed in 12 milliseconds