Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dphylink.h441 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c376 err = phylink_of_phy_connect(mac->phylink, dpmac_node, 0); in dpaa2_mac_connect()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dmac-phy-support.rst84 - connect to the PHY using phylink_of_phy_connect()
/OK3568_Linux_fs/kernel/net/dsa/
H A Dport.c699 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_port_phylink_register()
H A Dslave.c1725 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dsfp-phylink.rst163 err = phylink_of_phy_connect(priv->phylink, node, flags);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_uio.c312 ret = phylink_of_phy_connect(priv->phylink, node, 0); in rockchip_gmac_uio_init_phy()
H A Dstmmac_main.c1124 ret = phylink_of_phy_connect(priv->phylink, node, 0); in stmmac_init_phy()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphylink.c1103 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect() function
1145 EXPORT_SYMBOL_GPL(phylink_of_phy_connect);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_exynosauto1267 phylink_of_phy_connect
H A Dabi_gki_aarch64_rockchip2806 phylink_of_phy_connect
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c1106 ret = phylink_of_phy_connect(lp->phylink, lp->dev->of_node, 0); in axienet_open()
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff395 + ret = phylink_of_phy_connect(priv->phylink, node, 0);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/
H A Dag71xx.c1467 ret = phylink_of_phy_connect(ag->phylink, ag->pdev->dev.of_node, 0); in ag71xx_open()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1443 err = phylink_of_phy_connect(priv->phylink, priv->dev->of_node, 0); in enetc_phylink_connect()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c2290 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dmvneta.c4112 int err = phylink_of_phy_connect(pp->phylink, pp->dn, 0); in mvneta_mdio_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A Dmacb_main.c699 ret = phylink_of_phy_connect(bp->phylink, dn, 0); in macb_phylink_connect()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4433 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in mvpp2_open()