Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/phy/
Dphy.h182 struct phy *devm_phy_get(struct device *dev, const char *string);
326 static inline struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
/Linux-v4.19/drivers/pci/controller/
Dpcie-iproc-platform.c96 pcie->phy = devm_phy_get(dev, "pcie-phy"); in iproc_pcie_pltfm_probe()
Dpcie-rockchip.c305 phy = devm_phy_get(dev, "pcie-phy"); in rockchip_pcie_get_phys()
/Linux-v4.19/Documentation/
Dphy.txt106 struct phy *devm_phy_get(struct device *dev, const char *string);
113 phy_get, phy_optional_get, devm_phy_get and devm_phy_optional_get can
117 devm_phy_get associates the device with the PHY using devres on
/Linux-v4.19/drivers/phy/
Dphy-core.c629 struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
647 EXPORT_SYMBOL_GPL(devm_phy_get);
664 struct phy *phy = devm_phy_get(dev, string); in devm_phy_optional_get()
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-spear13xx.c250 spear13xx_pcie->phy = devm_phy_get(dev, "pcie-phy"); in spear13xx_pcie_probe()
Dpci-keystone.c405 phy = devm_phy_get(dev, "pcie-phy"); in ks_pcie_probe()
Dpcie-histb.c411 hipcie->phy = devm_phy_get(dev, "phy"); in histb_pcie_probe()
Dpci-dra7xx.c652 phy[i] = devm_phy_get(dev, name); in dra7xx_pcie_probe()
/Linux-v4.19/drivers/usb/host/
Dohci-st.c163 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ohci_platform_probe()
Dehci-st.c182 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ehci_platform_probe()
Dohci-da8xx.c424 da8xx_ohci->usb11_phy = devm_phy_get(&pdev->dev, "usb-phy"); in ohci_da8xx_probe()
/Linux-v4.19/drivers/usb/dwc2/
Dplatform.c240 hsotg->phy = devm_phy_get(hsotg->dev, "usb2-phy"); in dwc2_lowlevel_hw_init()
/Linux-v4.19/drivers/usb/musb/
Domap2430.c237 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in omap2430_musb_init()
Dda8xx.c526 glue->phy = devm_phy_get(&pdev->dev, "usb-phy"); in da8xx_probe()
Dsunxi.c755 glue->phy = devm_phy_get(&pdev->dev, "usb"); in sunxi_musb_probe()
Dmusb_dsps.c438 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in dsps_musb_init()
/Linux-v4.19/drivers/mmc/host/
Dsdhci-of-arasan.c798 sdhci_arasan->phy = devm_phy_get(&pdev->dev, in sdhci_arasan_probe()
/Linux-v4.19/drivers/usb/dwc3/
Dcore.c1104 dwc->usb2_generic_phy = devm_phy_get(dev, "usb2-phy"); in dwc3_core_get_phy()
1117 dwc->usb3_generic_phy = devm_phy_get(dev, "usb3-phy"); in dwc3_core_get_phy()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dmipi-csis.c799 state->phy = devm_phy_get(dev, "csis"); in s5pcsis_probe()
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_dsi.c1132 dsi->phy = devm_phy_get(dev, "dphy"); in mtk_dsi_probe()
Dmtk_hdmi.c1680 hdmi->phy = devm_phy_get(dev, "hdmi"); in mtk_drm_hdmi_probe()
/Linux-v4.19/drivers/usb/chipidea/
Dcore.c938 ci->phy = devm_phy_get(dev->parent, "usb-phy"); in ci_hdrc_probe()
/Linux-v4.19/drivers/scsi/ufs/
Dufs-qcom.c1219 host->generic_phy = devm_phy_get(dev, "ufsphy"); in ufs_qcom_init()
/Linux-v4.19/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.c1556 dp->phy = devm_phy_get(dp->dev, "dp"); in analogix_dp_bind()

12