Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-plat.c120 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 Dpcie-iproc-platform.c93 pcie->phy = devm_phy_optional_get(dev, "pcie-phy"); in iproc_pltfm_pcie_probe()
H A Dpcie-mediatek-gen3.c812 pcie->phy = devm_phy_optional_get(dev, "pcie-phy"); in mtk_pcie_parse_port()
H A Dpcie-rcar-host.c837 host->phy = devm_phy_optional_get(dev, "pcie"); in rcar_pcie_get_resources()
H A Dpcie-mediatek.c978 port->phy = devm_phy_optional_get(dev, name); in mtk_pcie_parse_port()
/openbmc/linux/include/linux/phy/
H A Dphy.h256 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 Ddwc3-keystone.c102 kdwc->usb3_phy = devm_phy_optional_get(dev, "usb3-phy"); in kdwc3_probe()
H A Ddwc3-xilinx.c107 priv_data->usb3_phy = devm_phy_optional_get(dev, "usb3-phy"); in dwc3_xlnx_init_zynqmp()
H A Ddwc3-meson-g12a.c451 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 Dm_can_platform.c131 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in m_can_plat_probe()
/openbmc/linux/drivers/usb/host/
H A Dehci-orion.c268 priv->phy = devm_phy_optional_get(&pdev->dev, "usb"); in ehci_orion_drv_probe()
H A Dehci-mv.c130 ehci_mv->phy = devm_phy_optional_get(&pdev->dev, "usb"); in mv_ehci_probe()
/openbmc/linux/Documentation/driver-api/phy/
H A Dphy.rst107 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 Dphy-core.c819 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 Dpcie-uniphier.c382 pcie->phy = devm_phy_optional_get(dev, "pcie-phy"); in uniphier_pcie_probe()
H A Dpcie-uniphier-ep.c389 priv->phy = devm_phy_optional_get(dev, "pcie-phy"); in uniphier_pcie_ep_probe()
H A Dpcie-qcom-ep.c628 pcie_ep->phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_ep_get_resources()
H A Dpci-keystone.c1238 phy[i] = devm_phy_optional_get(dev, name); in ks_pcie_probe()
H A Dpcie-qcom.c1512 pcie->phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_probe()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c601 hdmi->phy = devm_phy_optional_get(dev, "hdmi"); in dw_hdmi_rockchip_bind()
H A Ddw-mipi-dsi-rockchip.c1378 dsi->phy = devm_phy_optional_get(dev, "dphy"); in dw_mipi_dsi_rockchip_probe()
/openbmc/linux/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c381 csi2rx->dphy = devm_phy_optional_get(&pdev->dev, "dphy"); in csi2rx_get_resources()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-qcom-ethqos.c821 ethqos->serdes_phy = devm_phy_optional_get(dev, "serdes"); in qcom_ethqos_probe()
/openbmc/linux/drivers/ata/
H A Dsata_dwc_460ex.c1189 hsdev->phy = devm_phy_optional_get(dev, "sata-phy"); in sata_dwc_probe()
/openbmc/linux/drivers/net/can/
H A Dxilinx_can.c1869 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in xcan_probe()

12