Searched refs:phylink_of_phy_connect (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | phylink.h | 199 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
|
/Linux-v4.19/drivers/net/phy/ |
D | phylink.c | 783 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect() function 822 EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
|
/Linux-v4.19/net/dsa/ |
D | slave.c | 1218 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
|
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | mvneta.c | 3579 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
|
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 3339 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in mvpp2_open()
|