Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dphylink.h199 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
/Linux-v4.19/drivers/net/phy/
Dphylink.c783 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect() function
822 EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
/Linux-v4.19/net/dsa/
Dslave.c1218 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dmvneta.c3579 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c3339 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in mvpp2_open()