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

12

/linux-master/drivers/pci/controller/
H A Dpcie-iproc-platform.c93 pcie->phy = devm_phy_optional_get(dev, "pcie-phy");
H A Dpcie-rcar-host.c834 host->phy = devm_phy_optional_get(dev, "pcie");
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);
/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/include/linux/phy/
H A Dphy.h263 struct phy *devm_phy_optional_get(struct device *dev, const char *string);
458 static inline struct phy *devm_phy_optional_get(struct device *dev, function
/linux-master/drivers/usb/dwc3/
H A Ddwc3-keystone.c102 kdwc->usb3_phy = devm_phy_optional_get(dev, "usb3-phy");
H A Ddwc3-xilinx.c107 priv_data->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);
/linux-master/drivers/usb/host/
H A Dehci-mv.c130 ehci_mv->phy = devm_phy_optional_get(&pdev->dev, "usb");
H A Dehci-orion.c279 priv->phy = devm_phy_optional_get(&pdev->dev, "usb");
/linux-master/drivers/net/can/m_can/
H A Dm_can_platform.c127 transceiver = devm_phy_optional_get(&pdev->dev, NULL);
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-uniphier.c382 pcie->phy = devm_phy_optional_get(dev, "pcie-phy");
H A Dpcie-uniphier-ep.c388 priv->phy = devm_phy_optional_get(dev, "pcie-phy");
H A Dpcie-qcom-ep.c615 pcie_ep->phy = devm_phy_optional_get(dev, "pciephy");
H A Dpci-keystone.c1186 phy[i] = devm_phy_optional_get(dev, name);
H A Dpcie-qcom.c1558 pcie->phy = devm_phy_optional_get(dev, "pciephy");
/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/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c599 hdmi->phy = devm_phy_optional_get(dev, "hdmi");
H A Ddw-mipi-dsi-rockchip.c1382 dsi->phy = devm_phy_optional_get(dev, "dphy");
/linux-master/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c545 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/ethernet/stmicro/stmmac/
H A Ddwmac-qcom-ethqos.c824 ethqos->serdes_phy = devm_phy_optional_get(dev, "serdes");
/linux-master/drivers/ata/
H A Dsata_dwc_460ex.c1189 hsdev->phy = devm_phy_optional_get(dev, "sata-phy");

Completed in 256 milliseconds

12