Home
last modified time | relevance | path

Searched refs:devm_of_phy_get (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst108 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np,
124 多个 phy。在这种情况下,devm_of_phy_get 或 devm_of_phy_get_by_index
/linux-6.15/include/linux/phy/
H A Dphy.h262 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np,
452 static inline struct phy *devm_of_phy_get(struct device *dev, in devm_of_phy_get() function
/linux-6.15/drivers/phy/
H A Dphy-core.c862 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np, in devm_of_phy_get() function
888 EXPORT_SYMBOL_GPL(devm_of_phy_get);
907 struct phy *phy = devm_of_phy_get(dev, np, con_id); in devm_of_phy_optional_get()
/linux-6.15/drivers/usb/core/
H A Dphy.c29 phy = devm_of_phy_get(dev, dev->of_node, name); in usb_phy_roothub_add_phy_by_name()
/linux-6.15/drivers/pci/controller/
H A Dpcie-rockchip.c230 phy = devm_of_phy_get(dev, dev->of_node, name); in rockchip_pcie_get_phys()
H A Dpcie-mt7621.c229 port->phy = devm_of_phy_get(dev, node, name); in mt7621_pcie_parse_port()
H A Dpci-aardvark.c1733 pcie->phy = devm_of_phy_get(dev, node, NULL); in advk_pcie_setup_phy()
/linux-6.15/Documentation/driver-api/phy/
H A Dphy.rst109 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np,
129 devm_of_phy_get or devm_of_phy_get_by_index can be used to get a phy
/linux-6.15/drivers/pci/controller/dwc/
H A Dpci-exynos.c294 ep->phy = devm_of_phy_get(dev, np, NULL); in exynos_pcie_probe()
H A Dpcie-kirin.c661 kirin_pcie->phy = devm_of_phy_get(dev, dev->of_node, NULL); in kirin_pcie_power_on()
/linux-6.15/drivers/gpu/drm/bridge/imx/
H A Dimx8qm-ldb.c421 imx8qm_ldb_ch->phy = devm_of_phy_get(dev, ldb_ch->np, in imx8qm_ldb_get_phy()
H A Dimx8qxp-ldb.c639 imx8qxp_ldb_ch->phy = devm_of_phy_get(dev, ldb_ch->np, "lvds_phy"); in imx8qxp_ldb_probe()
/linux-6.15/drivers/ata/
H A Dlibahci_platform.c367 hpriv->phys[port] = devm_of_phy_get(dev, node, NULL); in ahci_platform_get_phy()
/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.c926 serdes = devm_of_phy_get(sparx5->dev, portnp, NULL); in mchp_sparx5_probe()
/linux-6.15/drivers/net/ethernet/ti/
H A Dcpsw.c1307 slave_data->ifphy = devm_of_phy_get(&pdev->dev, slave_node, in cpsw_probe_dt()
H A Dcpsw_new.c1289 slave_data->ifphy = devm_of_phy_get(dev, port_np, NULL); in cpsw_probe_dt()
H A Dam65-cpsw-nuss.c2652 port->slave.ifphy = devm_of_phy_get(dev, port_np, NULL); in am65_cpsw_nuss_init_slave_ports()
/linux-6.15/drivers/net/ethernet/renesas/
H A Drswitch.c1516 rdev->serdes = devm_of_phy_get(&rdev->priv->pdev->dev, rdev->np_port, NULL); in rswitch_ether_port_init_one()
/linux-6.15/drivers/net/ethernet/marvell/
H A Dmvneta.c5523 comphy = devm_of_phy_get(&pdev->dev, dn, NULL); in mvneta_probe()
/linux-6.15/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6856 comphy = devm_of_phy_get(&pdev->dev, port_node, NULL); in mvpp2_port_probe()