Searched refs:phylink_of_phy_connect (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | phylink.h | 241 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
|
| /Linux-v5.4/net/dsa/ |
| D | port.c | 612 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_port_phylink_register()
|
| D | slave.c | 1326 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
|
| /Linux-v5.4/Documentation/networking/ |
| D | sfp-phylink.rst | 160 err = phylink_of_phy_connect(priv->phylink, node, flags);
|
| /Linux-v5.4/drivers/net/phy/ |
| D | phylink.c | 842 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/ |
| D | xilinx_axienet_main.c | 930 ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0); in axienet_open()
|
| /Linux-v5.4/drivers/net/ethernet/mediatek/ |
| D | mtk_eth_soc.c | 2189 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
|
| /Linux-v5.4/drivers/net/ethernet/marvell/ |
| D | mvneta.c | 3645 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
|
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_main.c | 1016 ret = phylink_of_phy_connect(priv->phylink, node, 0); in stmmac_init_phy()
|
| /Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/ |
| D | mvpp2_main.c | 3667 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in mvpp2_open()
|