Searched refs:phylink_fwnode_phy_connect (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | phylink.h | 659 int phylink_fwnode_phy_connect(struct phylink *pl,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-mac.c | 437 err = phylink_fwnode_phy_connect(mac->phylink, dpmac_node, 0); in dpaa2_mac_connect() 440 netdev_err(net_dev, "phylink_fwnode_phy_connect() = %d\n", err); in dpaa2_mac_connect()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phylink.c | 1918 return phylink_fwnode_phy_connect(pl, of_fwnode_handle(dn), flags); in phylink_of_phy_connect() 1923 * phylink_fwnode_phy_connect() - connect the PHY specified in the fwnode. 1933 int phylink_fwnode_phy_connect(struct phylink *pl, in phylink_fwnode_phy_connect() function 1978 EXPORT_SYMBOL_GPL(phylink_fwnode_phy_connect); variable
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 4819 err = phylink_fwnode_phy_connect(port->phylink, port->fwnode, 0); in mvpp2_open()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 1187 ret = phylink_fwnode_phy_connect(priv->phylink, fwnode, 0); in stmmac_init_phy()
|
Completed in 26 milliseconds