Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dphylink.h731 int phylink_fwnode_phy_connect(struct phylink *pl,
/linux/drivers/net/phy/
H A Dphylink.c2274 return phylink_fwnode_phy_connect(pl, of_fwnode_handle(dn), flags); in phylink_of_phy_connect()
2289 int phylink_fwnode_phy_connect(struct phylink *pl, in phylink_fwnode_phy_connect() function
2335 EXPORT_SYMBOL_GPL(phylink_fwnode_phy_connect);
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c186 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in lan966x_port_open()
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4841 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in mvpp2_open()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1352 ret = phylink_fwnode_phy_connect(priv->phylink, fwnode, dev_flags); in stmmac_init_phy()