Home
last modified time | relevance | path

Searched refs:devm_phy_get (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/include/linux/phy/
Dphy.h132 struct phy *devm_phy_get(struct device *dev, const char *string);
248 static inline struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
/linux-4.4.14/drivers/pci/host/
Dpcie-iproc-platform.c85 pcie->phy = devm_phy_get(&pdev->dev, "pcie-phy"); in iproc_pcie_pltfm_probe()
Dpcie-spear13xx.c314 spear13xx_pcie->phy = devm_phy_get(dev, "pcie-phy"); in spear13xx_pcie_probe()
Dpci-keystone.c361 phy = devm_phy_get(dev, "pcie-phy"); in ks_pcie_probe()
Dpci-dra7xx.c385 phy[i] = devm_phy_get(dev, name); in dra7xx_pcie_probe()
/linux-4.4.14/Documentation/
Dphy.txt77 struct phy *devm_phy_get(struct device *dev, const char *string);
82 phy_get, phy_optional_get, devm_phy_get and devm_phy_optional_get can
86 devm_phy_get associates the device with the PHY using devres on
/linux-4.4.14/drivers/phy/
Dphy-core.c560 struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
578 EXPORT_SYMBOL_GPL(devm_phy_get);
595 struct phy *phy = devm_phy_get(dev, string); in devm_phy_optional_get()
/linux-4.4.14/drivers/usb/musb/
Domap2430.c363 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in omap2430_musb_init()
375 musb->phy = devm_phy_get(dev, "usb"); in omap2430_musb_init()
Dsunxi.c690 glue->phy = devm_phy_get(&pdev->dev, "usb"); in sunxi_musb_probe()
Dmusb_dsps.c442 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in dsps_musb_init()
/linux-4.4.14/drivers/usb/host/
Dohci-st.c166 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ohci_platform_probe()
Dehci-st.c184 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ehci_platform_probe()
/linux-4.4.14/drivers/usb/dwc2/
Dplatform.c216 hsotg->phy = devm_phy_get(hsotg->dev, "usb2-phy"); in dwc2_lowlevel_hw_init()
/linux-4.4.14/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi.c375 dsim->phy = devm_phy_get(&pdev->dev, "dsim"); in exynos_mipi_dsi_probe()
/linux-4.4.14/drivers/usb/dwc3/
Dcore.c714 dwc->usb2_generic_phy = devm_phy_get(dev, "usb2-phy"); in dwc3_core_get_phy()
727 dwc->usb3_generic_phy = devm_phy_get(dev, "usb3-phy"); in dwc3_core_get_phy()
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dmipi-csis.c810 state->phy = devm_phy_get(dev, "csis"); in s5pcsis_probe()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_dp_core.c1225 dp->phy = devm_phy_get(dp->dev, "dp"); in exynos_dp_bind()
Dexynos_drm_dsi.c1934 dsi->phy = devm_phy_get(dev, "dsim"); in exynos_dsi_probe()
/linux-4.4.14/drivers/usb/chipidea/
Dcore.c947 ci->phy = devm_phy_get(dev->parent, "usb-phy"); in ci_hdrc_probe()
/linux-4.4.14/drivers/scsi/ufs/
Dufs-qcom.c1166 host->generic_phy = devm_phy_get(dev, "ufsphy"); in ufs_qcom_init()