Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/phy/
Dphy.h132 struct phy *devm_phy_get(struct device *dev, const char *string);
246 static inline struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
/linux-4.1.27/drivers/pci/host/
Dpcie-iproc-platform.c58 pcie->phy = devm_phy_get(&pdev->dev, "pcie-phy"); in iproc_pcie_pltfm_probe()
Dpcie-spear13xx.c316 spear13xx_pcie->phy = devm_phy_get(dev, "pcie-phy"); in spear13xx_pcie_probe()
Dpci-keystone.c362 phy = devm_phy_get(dev, "pcie-phy"); in ks_pcie_probe()
Dpci-dra7xx.c369 phy[i] = devm_phy_get(dev, name); in dra7xx_pcie_probe()
/linux-4.1.27/Documentation/
Dphy.txt77 struct phy *devm_phy_get(struct device *dev, const char *string);
80 phy_get, phy_optional_get, devm_phy_get and devm_phy_optional_get can
84 devm_phy_get associates the device with the PHY using devres on
/linux-4.1.27/drivers/phy/
Dphy-core.c552 struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
570 EXPORT_SYMBOL_GPL(devm_phy_get);
587 struct phy *phy = devm_phy_get(dev, string); in devm_phy_optional_get()
/linux-4.1.27/drivers/usb/dwc2/
Dplatform.c223 phy = devm_phy_get(&dev->dev, "usb2-phy"); in dwc2_driver_probe()
/linux-4.1.27/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()
Dmusb_dsps.c442 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in dsps_musb_init()
/linux-4.1.27/drivers/usb/host/
Dohci-st.c166 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ohci_platform_probe()
Dehci-st.c189 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ehci_platform_probe()
Dohci-platform.c198 priv->phys[phy_num] = devm_phy_get(&dev->dev, in ohci_platform_probe()
Dehci-platform.c228 priv->phys[phy_num] = devm_phy_get(&dev->dev, in ehci_platform_probe()
/linux-4.1.27/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi.c375 dsim->phy = devm_phy_get(&pdev->dev, "dsim"); in exynos_mipi_dsi_probe()
/linux-4.1.27/drivers/usb/dwc3/
Dcore.c636 dwc->usb2_generic_phy = devm_phy_get(dev, "usb2-phy"); in dwc3_core_get_phy()
649 dwc->usb3_generic_phy = devm_phy_get(dev, "usb3-phy"); in dwc3_core_get_phy()
/linux-4.1.27/drivers/scsi/ufs/
Dufs-qcom.c924 host->generic_phy = devm_phy_get(dev, "ufsphy"); in ufs_qcom_init()
/linux-4.1.27/drivers/usb/chipidea/
Dcore.c720 ci->phy = devm_phy_get(dev->parent, "usb-phy"); in ci_hdrc_probe()
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dmipi-csis.c809 state->phy = devm_phy_get(dev, "csis"); in s5pcsis_probe()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_dp_core.c1230 dp->phy = devm_phy_get(dp->dev, "dp"); in exynos_dp_bind()
Dexynos_drm_dsi.c1738 dsi->phy = devm_phy_get(dev, "dsim"); in exynos_dsi_probe()