Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dphylink.h443 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_netdev.c83 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in sparx5_port_open()
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dmac-phy-support.rst84 - connect to the PHY using phylink_of_phy_connect()
/Linux-v5.15/Documentation/networking/
Dsfp-phylink.rst163 err = phylink_of_phy_connect(priv->phylink, node, flags);
/Linux-v5.15/drivers/net/phy/
Dphylink.c1095 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect() function
1100 EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
/Linux-v5.15/net/dsa/
Dport.c1179 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_port_phylink_register()
Dslave.c1851 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_net.c1670 err = phylink_of_phy_connect(phylink, portnp, 0); in ocelot_port_phylink_create()
/Linux-v5.15/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1060 ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0); in axienet_open()
/Linux-v5.15/drivers/net/ethernet/atheros/
Dag71xx.c1479 ret = phylink_of_phy_connect(ag->phylink, ag->pdev->dev.of_node, 0); in ag71xx_open()
/Linux-v5.15/drivers/net/ethernet/freescale/enetc/
Denetc.c1994 err = phylink_of_phy_connect(priv->phylink, priv->dev->of_node, 0); in enetc_phylink_connect()
/Linux-v5.15/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c2290 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
/Linux-v5.15/drivers/net/ethernet/marvell/
Dmvneta.c4134 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
/Linux-v5.15/drivers/net/ethernet/cadence/
Dmacb_main.c843 ret = phylink_of_phy_connect(bp->phylink, dn, 0); in macb_phylink_connect()
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1200 ret = phylink_of_phy_connect(priv->phylink, node, 0); in stmmac_init_phy()