Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dphylink.h534 int phylink_fwnode_phy_connect(struct phylink *pl,
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-mac.c423 err = phylink_fwnode_phy_connect(mac->phylink, dpmac_node, 0); in dpaa2_mac_connect()
/linux-5.19.10/drivers/net/phy/
Dphylink.c1494 return phylink_fwnode_phy_connect(pl, of_fwnode_handle(dn), flags); in phylink_of_phy_connect()
1509 int phylink_fwnode_phy_connect(struct phylink *pl, in phylink_fwnode_phy_connect() function
1555 EXPORT_SYMBOL_GPL(phylink_fwnode_phy_connect);
/linux-5.19.10/drivers/net/ethernet/microchip/lan966x/
Dlan966x_main.c183 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in lan966x_port_open()
/linux-5.19.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4794 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in mvpp2_open()