Searched refs:devm_usb_get_phy_by_phandle (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/drivers/usb/chipidea/
H A Dci_hdrc_msm.c66 phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); ci_hdrc_msm_probe()
H A Dci_hdrc_imx.c276 data->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "fsl,usbphy", 0); ci_hdrc_imx_probe()
/linux-4.4.14/include/linux/usb/
H A Dphy.h206 extern struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev,
237 static inline struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, devm_usb_get_phy_by_phandle() function
/linux-4.4.14/drivers/usb/phy/
H A Dphy.c230 * devm_usb_get_phy_by_phandle - find the USB PHY by phandle
244 struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, devm_usb_get_phy_by_phandle() function
265 EXPORT_SYMBOL_GPL(devm_usb_get_phy_by_phandle); variable
/linux-4.4.14/drivers/usb/host/
H A Dehci-msm.c112 phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); ehci_msm_probe()
H A Dehci-omap.c175 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); ehci_hcd_omap_probe()
H A Dxhci-plat.c165 hcd->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); xhci_plat_probe()
H A Dehci-tegra.c458 u_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); tegra_ehci_probe()
/linux-4.4.14/drivers/power/
H A Disp1704_charger.c440 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); isp1704_charger_probe()
/linux-4.4.14/drivers/usb/dwc3/
H A Dcore.c683 dwc->usb2_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); dwc3_core_get_phy()
684 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); dwc3_core_get_phy()
/linux-4.4.14/drivers/usb/musb/
H A Domap2430.c371 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, omap2430_musb_init()
H A Dmusb_dsps.c438 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); dsps_musb_init()

Completed in 278 milliseconds