Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dphylink.h444 int phylink_fwnode_phy_connect(struct phylink *pl,
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-mac.c354 err = phylink_fwnode_phy_connect(mac->phylink, dpmac_node, 0); in dpaa2_mac_connect()
/Linux-v5.15/drivers/net/phy/
Dphylink.c1098 return phylink_fwnode_phy_connect(pl, of_fwnode_handle(dn), flags); in phylink_of_phy_connect()
1113 int phylink_fwnode_phy_connect(struct phylink *pl, in phylink_fwnode_phy_connect() function
1153 EXPORT_SYMBOL_GPL(phylink_fwnode_phy_connect);
/Linux-v5.15/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4789 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in mvpp2_open()