Symbol: phylink_of_phy_connect
drivers/net/ethernet/altera/altera_tse_main.c
952
ret = phylink_of_phy_connect(priv->phylink, priv->device->of_node, 0);
drivers/net/ethernet/atheros/ag71xx.c
1410
ret = phylink_of_phy_connect(ag->phylink, ag->pdev->dev.of_node, 0);
drivers/net/ethernet/cadence/macb_main.c
865
ret = phylink_of_phy_connect(bp->phylink, dn, 0);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
2952
err = phylink_of_phy_connect(mac_dev->phylink,
drivers/net/ethernet/freescale/enetc/enetc.c
2904
err = phylink_of_phy_connect(priv->phylink, priv->dev->of_node, 0);
drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c
678
err = phylink_of_phy_connect(fep->phylink, fep->dev->of_node, 0);
drivers/net/ethernet/freescale/ucc_geth.c
3181
err = phylink_of_phy_connect(ugeth->phylink, ugeth->dev->of_node, 0);
drivers/net/ethernet/marvell/mvneta.c
4354
int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0);
drivers/net/ethernet/mediatek/mtk_eth_soc.c
3578
err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0);
drivers/net/ethernet/microchip/lan743x_main.c
3184
ret = phylink_of_phy_connect(adapter->phylink, dn, 0);
drivers/net/ethernet/microchip/sparx5/sparx5_netdev.c
111
err = phylink_of_phy_connect(port->phylink, port->of_node, 0);
drivers/net/ethernet/mscc/ocelot_net.c
1830
err = phylink_of_phy_connect(phylink, portnp, 0);
drivers/net/ethernet/ti/am65-cpsw-nuss.c
1072
ret = phylink_of_phy_connect(port->slave.phylink, port->slave.port_np, 0);
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
1674
ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0);
drivers/net/phy/phylink.c
2270
EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
include/linux/phylink.h
730
int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
net/dsa/port.c
1678
err = phylink_of_phy_connect(dp->pl, port_dn, 0);
net/dsa/user.c
2682
ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags);