Home
last modified time | relevance | path

Searched refs:phylink_of_phy_connect (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/include/linux/
Dphylink.h441 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-mac.c376 err = phylink_of_phy_connect(mac->phylink, dpmac_node, 0); in dpaa2_mac_connect()
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dmac-phy-support.rst84 - connect to the PHY using phylink_of_phy_connect()
/Linux-v5.10/net/dsa/
Dport.c699 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_port_phylink_register()
Dslave.c1688 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
/Linux-v5.10/Documentation/networking/
Dsfp-phylink.rst163 err = phylink_of_phy_connect(priv->phylink, node, flags);
/Linux-v5.10/drivers/net/phy/
Dphylink.c1079 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect() function
1121 EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
/Linux-v5.10/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1067 ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0); in axienet_open()
/Linux-v5.10/drivers/net/ethernet/atheros/
Dag71xx.c1469 ret = phylink_of_phy_connect(ag->phylink, ag->pdev->dev.of_node, 0); in ag71xx_open()
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc.c1431 err = phylink_of_phy_connect(priv->phylink, priv->dev->of_node, 0); in enetc_phylink_connect()
/Linux-v5.10/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c2249 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
/Linux-v5.10/drivers/net/ethernet/cadence/
Dmacb_main.c699 ret = phylink_of_phy_connect(bp->phylink, dn, 0); in macb_phylink_connect()
/Linux-v5.10/drivers/net/ethernet/marvell/
Dmvneta.c4110 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1063 ret = phylink_of_phy_connect(priv->phylink, node, 0); in stmmac_init_phy()
/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4396 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in mvpp2_open()