Home
last modified time | relevance | path

Searched refs:phylink_of_phy_connect (Results 1 – 18 of 18) sorted by relevance

/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dmac-phy-support.rst84 - connect to the PHY using phylink_of_phy_connect()
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c678 err = phylink_of_phy_connect(fep->phylink, fep->dev->of_node, 0); in fs_enet_open()
/linux/Documentation/networking/
H A Dsfp-phylink.rst163 err = phylink_of_phy_connect(priv->phylink, node, flags);
/linux/drivers/net/ethernet/altera/
H A Daltera_tse_main.c951 ret = phylink_of_phy_connect(priv->phylink, priv->device->of_node, 0); in tse_open()
/linux/net/dsa/
H A Dport.c1678 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_shared_port_phylink_register()
H A Duser.c2682 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_user_phy_setup()
/linux/drivers/net/phy/
H A Dphylink.c2265 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect() function
2270 EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c1830 err = phylink_of_phy_connect(phylink, portnp, 0); in ocelot_port_phylink_create()
/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c1410 ret = phylink_of_phy_connect(ag->phylink, ag->pdev->dev.of_node, 0); in ag71xx_open()
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c1674 ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0); in axienet_open()
1676 dev_err(lp->dev, "phylink_of_phy_connect() failed: %d\n", ret); in axienet_open()
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2952 err = phylink_of_phy_connect(mac_dev->phylink, in dpaa_open()
/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c3181 err = phylink_of_phy_connect(ugeth->phylink, ugeth->dev->of_node, 0); in ucc_geth_open()
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c1072 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 Denetc.c2904 err = phylink_of_phy_connect(priv->phylink, priv->dev->of_node, 0); in enetc_phylink_connect()
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.c3184 ret = phylink_of_phy_connect(adapter->phylink, dn, 0); in lan743x_phylink_connect()
/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c4354 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3578 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c865 ret = phylink_of_phy_connect(bp->phylink, dn, 0); in macb_phylink_connect()