| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | phylink.h | 441 int phylink_of_phy_connect(struct phylink *, struct device_node *, u32 flags);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-mac.c | 376 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 D | mac-phy-support.rst | 84 - connect to the PHY using phylink_of_phy_connect()
|
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | port.c | 699 err = phylink_of_phy_connect(dp->pl, port_dn, 0); in dsa_port_phylink_register()
|
| H A D | slave.c | 1725 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | sfp-phylink.rst | 163 err = phylink_of_phy_connect(priv->phylink, node, flags);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_uio.c | 312 ret = phylink_of_phy_connect(priv->phylink, node, 0); in rockchip_gmac_uio_init_phy()
|
| H A D | stmmac_main.c | 1124 ret = phylink_of_phy_connect(priv->phylink, node, 0); in stmmac_init_phy()
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | phylink.c | 1103 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 D | abi_gki_aarch64_exynosauto | 1267 phylink_of_phy_connect
|
| H A D | abi_gki_aarch64_rockchip | 2806 phylink_of_phy_connect
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_axienet_main.c | 1106 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 D | kernel_net_stmmac.diff | 395 + ret = phylink_of_phy_connect(priv->phylink, node, 0);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/ |
| H A D | ag71xx.c | 1467 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 D | enetc.c | 1443 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 D | mtk_eth_soc.c | 2290 err = phylink_of_phy_connect(mac->phylink, mac->of_node, 0); in mtk_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 4112 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 D | macb_main.c | 699 ret = phylink_of_phy_connect(bp->phylink, dn, 0); in macb_phylink_connect()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_main.c | 4433 err = phylink_of_phy_connect(port->phylink, port->of_node, 0); in mvpp2_open()
|