Symbol: devm_usb_get_phy_by_phandle
drivers/power/supply/isp1704_charger.c
399
isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0);
drivers/power/supply/sc2731_charger.c
496
info->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0);
drivers/power/supply/wm831x_power.c
656
power->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0);
drivers/usb/chipidea/ci_hdrc_imx.c
489
data->phy = devm_usb_get_phy_by_phandle(dev, "fsl,usbphy", 0);
drivers/usb/chipidea/ci_hdrc_imx.c
496
data->phy = devm_usb_get_phy_by_phandle(dev, "phys", 0);
drivers/usb/chipidea/ci_hdrc_tegra.c
293
usb->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0);
drivers/usb/chipidea/core.c
1113
ci->usb_phy = devm_usb_get_phy_by_phandle(dev->parent,
drivers/usb/dwc3/core.c
1543
dwc->usb2_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0);
drivers/usb/dwc3/core.c
1544
dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1);
drivers/usb/fotg210/fotg210-udc.c
1193
fotg210->phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0);
drivers/usb/gadget/udc/pxa27x_udc.c
2388
devm_usb_get_phy_by_phandle(udc->dev, "phys", 0);
drivers/usb/host/ehci-omap.c
152
phy = devm_usb_get_phy_by_phandle(dev, "phys", i);
drivers/usb/host/xhci-plat.c
292
hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0);
drivers/usb/host/xhci-plat.c
327
xhci->shared_hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev,
drivers/usb/musb/jz4740.c
143
musb->xceiv = devm_usb_get_phy_by_phandle(dev, "phys", 0);
drivers/usb/musb/musb_dsps.c
442
musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0);
drivers/usb/musb/omap2430.c
208
musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "usb-phy", 0);
drivers/usb/phy/phy.c
608
EXPORT_SYMBOL_GPL(devm_usb_get_phy_by_phandle);
include/linux/usb/phy.h
221
extern struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev,