phylink_of_phy_connect 3659 drivers/net/ethernet/marvell/mvneta.c 	int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0);
phylink_of_phy_connect 3667 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		err = phylink_of_phy_connect(port->phylink, port->of_node, 0);
phylink_of_phy_connect 2211 drivers/net/ethernet/mediatek/mtk_eth_soc.c 	err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0);
phylink_of_phy_connect 1018 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		ret = phylink_of_phy_connect(priv->phylink, node, 0);
phylink_of_phy_connect  930 drivers/net/ethernet/xilinx/xilinx_axienet_main.c 	ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0);
phylink_of_phy_connect  880 drivers/net/phy/phylink.c EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
phylink_of_phy_connect  241 include/linux/phylink.h int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
phylink_of_phy_connect  636 net/dsa/port.c 	err = phylink_of_phy_connect(dp->pl, port_dn, 0);
phylink_of_phy_connect 1322 net/dsa/slave.c 	ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags);