Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphylink.c2352 return phylink_fwnode_phy_connect(pl, of_fwnode_handle(dn), flags); in phylink_of_phy_connect()
2367 int phylink_fwnode_phy_connect(struct phylink *pl, in phylink_fwnode_phy_connect() function
2415 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/stmicro/stmmac/
H A Dstmmac_main.c1210 ret = phylink_fwnode_phy_connect(priv->phylink, fwnode, 0); in stmmac_init_phy()