Home
last modified time | relevance | path

Searched refs:devm_phy_optional_get (Results 1 – 16 of 16) 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/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-rcar-host.c801 host->phy = devm_phy_optional_get(dev, "pcie"); in rcar_pcie_get_resources()
H A Dpcie-mediatek-gen3.c957 pcie->phy = devm_phy_optional_get(dev, "pcie-phy"); in mtk_pcie_parse_port()
/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/phy/qualcomm/
H A Dphy-qcom-m31-eusb2.c288 phy->repeater = devm_phy_optional_get(dev, NULL); in m31eusb2_phy_probe()
/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-qcom-ep.c674 pcie_ep->phy = devm_phy_optional_get(dev, "pciephy"); in qcom_pcie_ep_get_resources()
/linux/drivers/phy/
H A Dphy-core.c863 struct phy *devm_phy_optional_get(struct device *dev, const char *string) in devm_phy_optional_get() function
872 EXPORT_SYMBOL_GPL(devm_phy_optional_get);
/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi2-rockchip.c417 dsi2->phy = devm_phy_optional_get(dev, "dcphy"); in dw_mipi_dsi2_rockchip_probe()
/linux/drivers/usb/dwc3/
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/net/can/
H A Dat91_can.c1098 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in at91_can_probe()
/linux/drivers/ata/
H A Dsata_dwc_460ex.c1174 hsdev->phy = devm_phy_optional_get(dev, "sata-phy"); in sata_dwc_probe()
H A Dsata_mv.c4106 hpriv->port_phys[port] = devm_phy_optional_get(&pdev->dev, in mv_platform_probe()
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c3522 xudc->utmi_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
3551 xudc->usb3_phy[i] = devm_phy_optional_get(xudc->dev, phy_name); in tegra_xudc_phy_get()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c5440 bp->phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional()