Searched refs:devm_phy_get (Results 1 – 21 of 21) sorted by relevance
/linux-4.1.27/include/linux/phy/ |
D | phy.h | 132 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/ |
D | pcie-iproc-platform.c | 58 pcie->phy = devm_phy_get(&pdev->dev, "pcie-phy"); in iproc_pcie_pltfm_probe()
|
D | pcie-spear13xx.c | 316 spear13xx_pcie->phy = devm_phy_get(dev, "pcie-phy"); in spear13xx_pcie_probe()
|
D | pci-keystone.c | 362 phy = devm_phy_get(dev, "pcie-phy"); in ks_pcie_probe()
|
D | pci-dra7xx.c | 369 phy[i] = devm_phy_get(dev, name); in dra7xx_pcie_probe()
|
/linux-4.1.27/Documentation/ |
D | phy.txt | 77 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/ |
D | phy-core.c | 552 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/ |
D | platform.c | 223 phy = devm_phy_get(&dev->dev, "usb2-phy"); in dwc2_driver_probe()
|
/linux-4.1.27/drivers/usb/musb/ |
D | omap2430.c | 363 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()
|
D | musb_dsps.c | 442 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in dsps_musb_init()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-st.c | 166 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ohci_platform_probe()
|
D | ehci-st.c | 189 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ehci_platform_probe()
|
D | ohci-platform.c | 198 priv->phys[phy_num] = devm_phy_get(&dev->dev, in ohci_platform_probe()
|
D | ehci-platform.c | 228 priv->phys[phy_num] = devm_phy_get(&dev->dev, in ehci_platform_probe()
|
/linux-4.1.27/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi.c | 375 dsim->phy = devm_phy_get(&pdev->dev, "dsim"); in exynos_mipi_dsi_probe()
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | core.c | 636 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/ |
D | ufs-qcom.c | 924 host->generic_phy = devm_phy_get(dev, "ufsphy"); in ufs_qcom_init()
|
/linux-4.1.27/drivers/usb/chipidea/ |
D | core.c | 720 ci->phy = devm_phy_get(dev->parent, "usb-phy"); in ci_hdrc_probe()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | mipi-csis.c | 809 state->phy = devm_phy_get(dev, "csis"); in s5pcsis_probe()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_dp_core.c | 1230 dp->phy = devm_phy_get(dp->dev, "dp"); in exynos_dp_bind()
|
D | exynos_drm_dsi.c | 1738 dsi->phy = devm_phy_get(dev, "dsim"); in exynos_dsi_probe()
|