Searched refs:devm_phy_optional_get (Results 1 - 25 of 32) sorted by path

12

/linux-master/drivers/ata/
H A Dsata_dwc_460ex.c1189 hsdev->phy = devm_phy_optional_get(dev, "sata-phy");
H A Dsata_mv.c4111 hpriv->port_phys[port] = devm_phy_optional_get(&pdev->dev,
/linux-master/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c1962 dsi->phy = devm_phy_optional_get(dev, "dsim");
/linux-master/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c1382 dsi->phy = devm_phy_optional_get(dev, "dphy");
H A Ddw_hdmi-rockchip.c599 hdmi->phy = devm_phy_optional_get(dev, "hdmi");
/linux-master/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c547 csi2rx->dphy = devm_phy_optional_get(&pdev->dev, "dphy");
/linux-master/drivers/net/can/
H A Dat91_can.c1099 transceiver = devm_phy_optional_get(&pdev->dev, NULL);
H A Dxilinx_can.c2022 transceiver = devm_phy_optional_get(&pdev->dev, NULL);
/linux-master/drivers/net/can/m_can/
H A Dm_can_platform.c127 transceiver = devm_phy_optional_get(&pdev->dev, NULL);
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c4730 bp->sgmii_phy = devm_phy_optional_get(&pdev->dev, NULL);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-qcom-ethqos.c824 ethqos->serdes_phy = devm_phy_optional_get(dev, "serdes");
/linux-master/drivers/pci/controller/dwc/
H A Dpci-keystone.c1186 phy[i] = devm_phy_optional_get(dev, name);
H A Dpcie-qcom-ep.c615 pcie_ep->phy = devm_phy_optional_get(dev, "pciephy");
H A Dpcie-qcom.c1558 pcie->phy = devm_phy_optional_get(dev, "pciephy");
H A Dpcie-uniphier-ep.c388 priv->phy = devm_phy_optional_get(dev, "pcie-phy");
H A Dpcie-uniphier.c382 pcie->phy = devm_phy_optional_get(dev, "pcie-phy");
/linux-master/drivers/pci/controller/
H A Dpci-tegra.c1303 pcie->phy = devm_phy_optional_get(dev, "pcie");
H A Dpcie-iproc-platform.c93 pcie->phy = devm_phy_optional_get(dev, "pcie-phy");
H A Dpcie-mediatek-gen3.c812 pcie->phy = devm_phy_optional_get(dev, "pcie-phy");
H A Dpcie-mediatek.c978 port->phy = devm_phy_optional_get(dev, name);
H A Dpcie-rcar-host.c834 host->phy = devm_phy_optional_get(dev, "pcie");
/linux-master/drivers/phy/
H A Dphy-core.c849 * devm_phy_optional_get() - lookup and obtain a reference to an optional phy.
861 struct phy *devm_phy_optional_get(struct device *dev, const char *string) function
870 EXPORT_SYMBOL_GPL(devm_phy_optional_get); variable
/linux-master/drivers/usb/cdns3/
H A Dcdns3-plat.c124 cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy");
133 cdns->usb3_phy = devm_phy_optional_get(dev, "cdns3,usb3-phy");
/linux-master/drivers/usb/dwc3/
H A Ddwc3-keystone.c102 kdwc->usb3_phy = devm_phy_optional_get(dev, "usb3-phy");
H A Ddwc3-meson-g12a.c451 priv->phys[i] = devm_phy_optional_get(priv->dev, phy_name);

Completed in 428 milliseconds

12