Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dphy.h206 extern struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev,
235 static inline struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle() function
/linux-4.1.27/drivers/usb/chipidea/
Dci_hdrc_msm.c66 phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in ci_hdrc_msm_probe()
Dci_hdrc_imx.c255 data->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "fsl,usbphy", 0); in ci_hdrc_imx_probe()
/linux-4.1.27/drivers/usb/phy/
Dphy.c170 struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle() function
222 EXPORT_SYMBOL_GPL(devm_usb_get_phy_by_phandle);
/linux-4.1.27/drivers/usb/host/
Dehci-msm.c112 phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in ehci_msm_probe()
Dehci-omap.c175 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); in ehci_hcd_omap_probe()
Dxhci-plat.c159 hcd->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in xhci_plat_probe()
Dehci-tegra.c452 u_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_ehci_probe()
/linux-4.1.27/drivers/power/
Disp1704_charger.c440 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in isp1704_charger_probe()
/linux-4.1.27/drivers/usb/dwc3/
Dcore.c605 dwc->usb2_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in dwc3_core_get_phy()
606 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy()
/linux-4.1.27/drivers/usb/musb/
Domap2430.c371 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, in omap2430_musb_init()
Dmusb_dsps.c438 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()