Searched refs:devm_phy_get (Results 1 – 25 of 28) sorted by relevance
12
/drivers/phy/ |
D | phy-core.c | 710 struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function 728 EXPORT_SYMBOL_GPL(devm_phy_get); 745 struct phy *phy = devm_phy_get(dev, string); in devm_phy_optional_get()
|
/drivers/pci/controller/ |
D | pcie-cadence.c | 193 phy[i] = devm_phy_get(dev, name); in cdns_pcie_init_phy()
|
D | pcie-rockchip.c | 305 phy = devm_phy_get(dev, "pcie-phy"); in rockchip_pcie_get_phys()
|
/drivers/usb/host/ |
D | ehci-mv.c | 119 ehci_mv->phy = devm_phy_get(&pdev->dev, "usb"); in mv_ehci_probe()
|
D | ohci-st.c | 159 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ohci_platform_probe()
|
D | ehci-st.c | 178 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ehci_platform_probe()
|
D | ohci-da8xx.c | 396 da8xx_ohci->usb11_phy = devm_phy_get(dev, "usb-phy"); in ohci_da8xx_probe()
|
/drivers/pci/controller/dwc/ |
D | pcie-spear13xx.c | 250 spear13xx_pcie->phy = devm_phy_get(dev, "pcie-phy"); in spear13xx_pcie_probe()
|
D | pcie-histb.c | 411 hipcie->phy = devm_phy_get(dev, "phy"); in histb_pcie_probe()
|
D | pci-dra7xx.c | 742 phy[i] = devm_phy_get(dev, name); in dra7xx_pcie_probe()
|
/drivers/usb/dwc2/ |
D | platform.c | 237 hsotg->phy = devm_phy_get(hsotg->dev, "usb2-phy"); in dwc2_lowlevel_hw_init()
|
/drivers/usb/musb/ |
D | omap2430.c | 237 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in omap2430_musb_init()
|
D | da8xx.c | 526 glue->phy = devm_phy_get(&pdev->dev, "usb-phy"); in da8xx_probe()
|
D | sunxi.c | 755 glue->phy = devm_phy_get(&pdev->dev, "usb"); in sunxi_musb_probe()
|
D | musb_dsps.c | 447 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in dsps_musb_init()
|
/drivers/usb/dwc3/ |
D | core.c | 1114 dwc->usb2_generic_phy = devm_phy_get(dev, "usb2-phy"); in dwc3_core_get_phy() 1127 dwc->usb3_generic_phy = devm_phy_get(dev, "usb3-phy"); in dwc3_core_get_phy()
|
/drivers/staging/mt7621-pci/ |
D | pci-mt7621.c | 358 port->phy = devm_phy_get(dev, name); in mt7621_pcie_parse_port()
|
/drivers/mmc/host/ |
D | sdhci-of-arasan.c | 827 sdhci_arasan->phy = devm_phy_get(&pdev->dev, in sdhci_arasan_probe()
|
/drivers/media/platform/exynos4-is/ |
D | mipi-csis.c | 796 state->phy = devm_phy_get(dev, "csis"); in s5pcsis_probe()
|
/drivers/gpu/drm/mediatek/ |
D | mtk_dsi.c | 1139 dsi->phy = devm_phy_get(dev, "dphy"); in mtk_dsi_probe()
|
/drivers/gpu/drm/sun4i/ |
D | sun6i_mipi_dsi.c | 1128 dsi->dphy = devm_phy_get(dev, "dphy"); in sun6i_dsi_probe()
|
/drivers/scsi/ufs/ |
D | ufs-qcom.c | 1147 host->generic_phy = devm_phy_get(dev, "ufsphy"); in ufs_qcom_init()
|
/drivers/usb/chipidea/ |
D | core.c | 1024 ci->phy = devm_phy_get(dev->parent, "usb-phy"); in ci_hdrc_probe()
|
/drivers/gpu/drm/bridge/ |
D | cdns-dsi.c | 1206 dsi->dphy = devm_phy_get(&pdev->dev, "dphy"); in cdns_dsi_drm_probe()
|
/drivers/gpu/drm/bridge/analogix/ |
D | analogix_dp_core.c | 1673 dp->phy = devm_phy_get(dp->dev, "dp"); in analogix_dp_bind()
|
12