Searched refs:phylink_of_phy_connect (Results 1 – 17 of 17) sorted by relevance
| /linux/include/linux/ |
| H A D | phylink.h | 730 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_netdev.c | 111 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in sparx5_port_open()
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | mac-phy-support.rst | 84 - connect to the PHY using phylink_of_phy_connect()
|
| /linux/Documentation/networking/ |
| H A D | sfp-phylink.rst | 163 err = phylink_of_phy_connect(priv->phylink, node, flags);
|
| /linux/drivers/net/ethernet/altera/ |
| H A D | altera_tse_main.c | 952 ret = phylink_of_phy_connect(priv->phylink, priv->device->of_node, 0); in tse_open()
|
| /linux/net/dsa/ |
| H A D | port.c | 1678 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_shared_port_phylink_register()
|
| H A D | user.c | 2681 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_user_phy_setup()
|
| /linux/drivers/net/phy/ |
| H A D | phylink.c | 2271 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect() function 2276 EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
|
| /linux/drivers/net/ethernet/atheros/ |
| H A D | ag71xx.c | 1410 ret = phylink_of_phy_connect(ag->phylink, ag->pdev->dev.of_node, 0); in ag71xx_open()
|
| /linux/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_axienet_main.c | 1674 ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0); in axienet_open()
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth.c | 2951 err = phylink_of_phy_connect(mac_dev->phylink, in dpaa_open()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-nuss.c | 1070 ret = phylink_of_phy_connect(port->slave.phylink, port->slave.port_np, 0); in am65_cpsw_nuss_ndo_slave_open()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc.c | 2947 err = phylink_of_phy_connect(priv->phylink, priv->dev->of_node, 0); in enetc_phylink_connect()
|
| /linux/drivers/net/ethernet/microchip/ |
| H A D | lan743x_main.c | 3241 ret = phylink_of_phy_connect(adapter->phylink, dn, 0); in lan743x_phylink_connect()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 4354 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 3612 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 990 ret = phylink_of_phy_connect(bp->phylink, dn, 0); in macb_phylink_connect()
|