Searched refs:phylink_of_phy_connect (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | phylink.h | 441 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
|
| /Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpaa2-mac.c | 376 err = phylink_of_phy_connect(mac->phylink, dpmac_node, 0); in dpaa2_mac_connect()
|
| /Linux-v5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| D | mac-phy-support.rst | 84 - connect to the PHY using phylink_of_phy_connect()
|
| /Linux-v5.10/net/dsa/ |
| D | port.c | 699 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_port_phylink_register()
|
| D | slave.c | 1688 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
|
| /Linux-v5.10/Documentation/networking/ |
| D | sfp-phylink.rst | 163 err = phylink_of_phy_connect(priv->phylink, node, flags);
|
| /Linux-v5.10/drivers/net/phy/ |
| D | phylink.c | 1079 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/ |
| D | xilinx_axienet_main.c | 1067 ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0); in axienet_open()
|
| /Linux-v5.10/drivers/net/ethernet/atheros/ |
| D | ag71xx.c | 1469 ret = phylink_of_phy_connect(ag->phylink, ag->pdev->dev.of_node, 0); in ag71xx_open()
|
| /Linux-v5.10/drivers/net/ethernet/freescale/enetc/ |
| D | enetc.c | 1431 err = phylink_of_phy_connect(priv->phylink, priv->dev->of_node, 0); in enetc_phylink_connect()
|
| /Linux-v5.10/drivers/net/ethernet/mediatek/ |
| D | mtk_eth_soc.c | 2249 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
|
| /Linux-v5.10/drivers/net/ethernet/cadence/ |
| D | macb_main.c | 699 ret = phylink_of_phy_connect(bp->phylink, dn, 0); in macb_phylink_connect()
|
| /Linux-v5.10/drivers/net/ethernet/marvell/ |
| D | mvneta.c | 4110 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
|
| /Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_main.c | 1063 ret = phylink_of_phy_connect(priv->phylink, node, 0); in stmmac_init_phy()
|
| /Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/ |
| D | mvpp2_main.c | 4396 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in mvpp2_open()
|