Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dphylink.h241 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
/Linux-v5.4/net/dsa/
Dport.c612 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_port_phylink_register()
Dslave.c1326 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
/Linux-v5.4/Documentation/networking/
Dsfp-phylink.rst160 err = phylink_of_phy_connect(priv->phylink, node, flags);
/Linux-v5.4/drivers/net/phy/
Dphylink.c842 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect() function
881 EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
/Linux-v5.4/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c930 ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0); in axienet_open()
/Linux-v5.4/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c2189 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
/Linux-v5.4/drivers/net/ethernet/marvell/
Dmvneta.c3645 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1016 ret = phylink_of_phy_connect(priv->phylink, node, 0); in stmmac_init_phy()
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c3667 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in mvpp2_open()