Searched refs:phylink_fwnode_phy_connect (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/include/linux/ |
D | phylink.h | 659 int phylink_fwnode_phy_connect(struct phylink *pl,
|
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-mac.c | 437 err = phylink_fwnode_phy_connect(mac->phylink, dpmac_node, 0); in dpaa2_mac_connect()
|
/Linux-v6.6/drivers/net/phy/ |
D | phylink.c | 1917 return phylink_fwnode_phy_connect(pl, of_fwnode_handle(dn), flags); in phylink_of_phy_connect() 1932 int phylink_fwnode_phy_connect(struct phylink *pl, in phylink_fwnode_phy_connect() function 1977 EXPORT_SYMBOL_GPL(phylink_fwnode_phy_connect);
|
/Linux-v6.6/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_main.c | 186 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in lan966x_port_open()
|
/Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 4794 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in mvpp2_open()
|
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 1186 ret = phylink_fwnode_phy_connect(priv->phylink, fwnode, 0); in stmmac_init_phy()
|