Searched refs:phylink_fwnode_phy_connect (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | phylink.h | 731 int phylink_fwnode_phy_connect(struct phylink *pl,
|
| /linux/drivers/net/phy/ |
| H A D | phylink.c | 2274 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 D | lan966x_main.c | 186 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in lan966x_port_open()
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_main.c | 4841 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in mvpp2_open()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 1352 ret = phylink_fwnode_phy_connect(priv->phylink, fwnode, dev_flags); in stmmac_init_phy()
|