Searched refs:devm_usb_get_phy_by_phandle (Results 1 – 14 of 14) sorted by relevance
/drivers/usb/host/ |
D | xhci-plat.c | 333 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe() 345 xhci->shared_hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 1); in xhci_plat_probe()
|
D | ehci-omap.c | 158 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); in ehci_hcd_omap_probe()
|
/drivers/usb/phy/ |
D | phy.c | 594 struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle() function 615 EXPORT_SYMBOL_GPL(devm_usb_get_phy_by_phandle);
|
/drivers/usb/chipidea/ |
D | ci_hdrc_imx.c | 427 data->phy = devm_usb_get_phy_by_phandle(dev, "fsl,usbphy", 0); in ci_hdrc_imx_probe() 432 data->phy = devm_usb_get_phy_by_phandle(dev, "phys", 0); in ci_hdrc_imx_probe()
|
D | ci_hdrc_tegra.c | 287 usb->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_usb_probe()
|
D | core.c | 1074 ci->usb_phy = devm_usb_get_phy_by_phandle(dev->parent, in ci_hdrc_probe()
|
/drivers/usb/musb/ |
D | jz4740.c | 113 musb->xceiv = devm_usb_get_phy_by_phandle(dev, "phys", 0); in jz4740_musb_init()
|
D | omap2430.c | 208 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "usb-phy", 0); in omap2430_musb_init()
|
D | musb_dsps.c | 443 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
|
/drivers/power/supply/ |
D | isp1704_charger.c | 399 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in isp1704_charger_probe()
|
D | sc2731_charger.c | 496 info->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in sc2731_charger_probe()
|
D | wm831x_power.c | 647 power->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in wm831x_power_probe()
|
/drivers/usb/dwc3/ |
D | core.c | 1215 dwc->usb2_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in dwc3_core_get_phy() 1216 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy()
|
/drivers/usb/gadget/udc/ |
D | pxa27x_udc.c | 2386 devm_usb_get_phy_by_phandle(udc->dev, "phys", 0); in pxa_udc_probe()
|