/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-plat.c | 120 cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy"); in cdns3_plat_probe() 128 cdns->usb3_phy = devm_phy_optional_get(dev, "cdns3,usb3-phy"); in cdns3_plat_probe()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-iproc-platform.c | 93 pcie->phy = devm_phy_optional_get(dev, "pcie-phy"); in iproc_pltfm_pcie_probe()
|
H A D | pcie-mediatek-gen3.c | 812 pcie->phy = devm_phy_optional_get(dev, "pcie-phy"); in mtk_pcie_parse_port()
|
H A D | pcie-rcar-host.c | 837 host->phy = devm_phy_optional_get(dev, "pcie"); in rcar_pcie_get_resources()
|
H A D | pcie-mediatek.c | 978 port->phy = devm_phy_optional_get(dev, name); in mtk_pcie_parse_port()
|
/openbmc/linux/include/linux/phy/ |
H A D | phy.h | 256 struct phy *devm_phy_optional_get(struct device *dev, const char *string); 437 static inline struct phy *devm_phy_optional_get(struct device *dev, in devm_phy_optional_get() function
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-keystone.c | 102 kdwc->usb3_phy = devm_phy_optional_get(dev, "usb3-phy"); in kdwc3_probe()
|
H A D | dwc3-xilinx.c | 107 priv_data->usb3_phy = devm_phy_optional_get(dev, "usb3-phy"); in dwc3_xlnx_init_zynqmp()
|
H A D | dwc3-meson-g12a.c | 451 priv->phys[i] = devm_phy_optional_get(priv->dev, phy_name); in dwc3_meson_g12a_get_phys()
|
/openbmc/linux/drivers/net/can/m_can/ |
H A D | m_can_platform.c | 131 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in m_can_plat_probe()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-orion.c | 268 priv->phy = devm_phy_optional_get(&pdev->dev, "usb"); in ehci_orion_drv_probe()
|
H A D | ehci-mv.c | 130 ehci_mv->phy = devm_phy_optional_get(&pdev->dev, "usb"); in mv_ehci_probe()
|
/openbmc/linux/Documentation/driver-api/phy/ |
H A D | phy.rst | 107 struct phy *devm_phy_optional_get(struct device *dev, 118 phy_get, devm_phy_get and devm_phy_optional_get can be used to get the PHY.
|
/openbmc/linux/drivers/phy/ |
H A D | phy-core.c | 819 struct phy *devm_phy_optional_get(struct device *dev, const char *string) in devm_phy_optional_get() function 828 EXPORT_SYMBOL_GPL(devm_phy_optional_get);
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-uniphier.c | 382 pcie->phy = devm_phy_optional_get(dev, "pcie-phy"); in uniphier_pcie_probe()
|
H A D | pcie-uniphier-ep.c | 389 priv->phy = devm_phy_optional_get(dev, "pcie-phy"); in uniphier_pcie_ep_probe()
|
H A D | pcie-qcom-ep.c | 628 pcie_ep->phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_ep_get_resources()
|
H A D | pci-keystone.c | 1238 phy[i] = devm_phy_optional_get(dev, name); in ks_pcie_probe()
|
H A D | pcie-qcom.c | 1512 pcie->phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_probe()
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | dw_hdmi-rockchip.c | 601 hdmi->phy = devm_phy_optional_get(dev, "hdmi"); in dw_hdmi_rockchip_bind()
|
H A D | dw-mipi-dsi-rockchip.c | 1378 dsi->phy = devm_phy_optional_get(dev, "dphy"); in dw_mipi_dsi_rockchip_probe()
|
/openbmc/linux/drivers/media/platform/cadence/ |
H A D | cdns-csi2rx.c | 381 csi2rx->dphy = devm_phy_optional_get(&pdev->dev, "dphy"); in csi2rx_get_resources()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-qcom-ethqos.c | 821 ethqos->serdes_phy = devm_phy_optional_get(dev, "serdes"); in qcom_ethqos_probe()
|
/openbmc/linux/drivers/ata/ |
H A D | sata_dwc_460ex.c | 1189 hsdev->phy = devm_phy_optional_get(dev, "sata-phy"); in sata_dwc_probe()
|
/openbmc/linux/drivers/net/can/ |
H A D | xilinx_can.c | 1869 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in xcan_probe()
|