Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst106 struct phy *devm_phy_optional_get(struct device *dev,
117 phy_get、devm_phy_get 和 devm_phy_optional_get 可用于在 dt
/linux/drivers/usb/cdns3/
H A Dcdns3-plat.c124 cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy"); in cdns3_plat_probe()
133 cdns->usb3_phy = devm_phy_optional_get(dev, "cdns3,usb3-phy"); in cdns3_plat_probe()
/linux/include/linux/phy/
H A Dphy.h280 struct phy *devm_phy_optional_get(struct device *dev, const char *string);
472 static inline struct phy *devm_phy_optional_get(struct device *dev, in devm_phy_optional_get() function
/linux/drivers/net/can/m_can/
H A Dm_can_platform.c127 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in m_can_plat_probe()
/linux/drivers/usb/dwc3/
H A Ddwc3-xilinx.c127 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()
/linux/drivers/phy/
H A Dphy-core.c866 struct phy *devm_phy_optional_get(struct device *dev, const char *string) in devm_phy_optional_get() function
875 EXPORT_SYMBOL_GPL(devm_phy_optional_get);
/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.c388 priv->phy = devm_phy_optional_get(dev, "pcie-phy"); in uniphier_pcie_ep_probe()
H A Dpcie-qcom-ep.c651 pcie_ep->phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_ep_get_resources()
H A Dpcie-qcom.c1771 phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_parse_legacy_binding()
/linux/drivers/pci/controller/plda/
H A Dpcie-starfive.c128 pcie->phy = devm_phy_optional_get(dev, NULL); in starfive_pcie_parse_dt()
/linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c569 hdmi->phy = devm_phy_optional_get(dev, "hdmi"); in dw_hdmi_rockchip_bind()
/linux/drivers/pci/controller/
H A Dpcie-rcar-host.c802 host->phy = devm_phy_optional_get(dev, "pcie"); in rcar_pcie_get_resources()
H A Dpcie-mediatek-gen3.c905 pcie->phy = devm_phy_optional_get(dev, "pcie-phy"); in mtk_pcie_parse_port()
H A Dpci-tegra.c1305 pcie->phy = devm_phy_optional_get(dev, "pcie"); in tegra_pcie_phys_get_legacy()
/linux/drivers/ata/
H A Dsata_dwc_460ex.c1189 hsdev->phy = devm_phy_optional_get(dev, "sata-phy"); in sata_dwc_probe()
H A Dsata_mv.c4111 hpriv->port_phys[port] = devm_phy_optional_get(&pdev->dev, in mv_platform_probe()
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c3521 xudc->utmi_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
3550 xudc->usb3_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
H A Drenesas_usb3.c2909 usb3->phy = devm_phy_optional_get(&pdev->dev, "usb"); in renesas_usb3_probe()
/linux/drivers/usb/host/
H A Dxhci-tegra.c1797 phy = devm_phy_optional_get(&pdev->dev, prop); in tegra_xusb_probe()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c5145 bp->phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional()