Searched refs:phylink_of_phy_connect (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/include/linux/ ! |
D | phylink.h | 658 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
|
/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/ ! |
D | sparx5_netdev.c | 104 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in sparx5_port_open()
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ ! |
D | mac-phy-support.rst | 84 - connect to the PHY using phylink_of_phy_connect()
|
/linux-6.6.21/Documentation/networking/ ! |
D | sfp-phylink.rst | 163 err = phylink_of_phy_connect(priv->phylink, node, flags);
|
/linux-6.6.21/drivers/net/ethernet/altera/ ! |
D | altera_tse_main.c | 958 ret = phylink_of_phy_connect(priv->phylink, priv->device->of_node, 0); in tse_open()
|
/linux-6.6.21/drivers/net/phy/ ! |
D | phylink.c | 1915 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect() function 1920 EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
|
/linux-6.6.21/net/dsa/ ! |
D | port.c | 1806 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_shared_port_phylink_register()
|
D | slave.c | 2518 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
|
/linux-6.6.21/drivers/net/ethernet/mscc/ ! |
D | ocelot_net.c | 1772 err = phylink_of_phy_connect(phylink, portnp, 0); in ocelot_port_phylink_create()
|
/linux-6.6.21/drivers/net/ethernet/atheros/ ! |
D | ag71xx.c | 1426 ret = phylink_of_phy_connect(ag->phylink, ag->pdev->dev.of_node, 0); in ag71xx_open()
|
/linux-6.6.21/drivers/net/ethernet/xilinx/ ! |
D | xilinx_axienet_main.c | 1155 ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0); in axienet_open()
|
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa/ ! |
D | dpaa_eth.c | 2928 err = phylink_of_phy_connect(mac_dev->phylink, in dpaa_open()
|
/linux-6.6.21/drivers/net/ethernet/ti/ ! |
D | am65-cpsw-nuss.c | 629 ret = phylink_of_phy_connect(port->slave.phylink, port->slave.phy_node, 0); in am65_cpsw_nuss_ndo_slave_open()
|
/linux-6.6.21/drivers/net/ethernet/freescale/enetc/ ! |
D | enetc.c | 2414 err = phylink_of_phy_connect(priv->phylink, priv->dev->of_node, 0); in enetc_phylink_connect()
|
/linux-6.6.21/drivers/net/ethernet/mediatek/ ! |
D | mtk_eth_soc.c | 3358 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
|
/linux-6.6.21/drivers/net/ethernet/marvell/ ! |
D | mvneta.c | 4305 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
|
/linux-6.6.21/drivers/net/ethernet/cadence/ ! |
D | macb_main.c | 827 ret = phylink_of_phy_connect(bp->phylink, dn, 0); in macb_phylink_connect()
|