Lines Matching defs:phy
55 struct usb_phy *phy[OMAP3_HS_USB_PORTS]; /* one PHY for each port */
149 struct usb_phy *phy;
152 phy = devm_usb_get_phy_by_phandle(dev, "phys", i);
153 if (IS_ERR(phy)) {
154 ret = PTR_ERR(phy);
156 phy = NULL;
166 omap->phy[i] = phy;
169 usb_phy_init(omap->phy[i]);
171 usb_phy_set_suspend(omap->phy[i], 0);
204 if (!omap->phy[i] ||
208 usb_phy_init(omap->phy[i]);
210 usb_phy_set_suspend(omap->phy[i], 0);
221 if (omap->phy[i])
222 usb_phy_shutdown(omap->phy[i]);
249 if (omap->phy[i])
250 usb_phy_shutdown(omap->phy[i]);