Home
last modified time | relevance | path

Searched refs:phylink_connect_phy (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dphylink.h440 int phylink_connect_phy(struct phylink *, struct phy_device *);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_uio.c327 ret = phylink_connect_phy(priv->phylink, phydev); in rockchip_gmac_uio_init_phy()
H A Dstmmac_main.c1139 ret = phylink_connect_phy(priv->phylink, phydev); in stmmac_init_phy()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphylink.c1069 int phylink_connect_phy(struct phylink *pl, struct phy_device *phy) in phylink_connect_phy() function
1089 EXPORT_SYMBOL_GPL(phylink_connect_phy);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_exynosauto1264 phylink_connect_phy
H A Dabi_gki_aarch64_rockchip2790 phylink_connect_phy
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff410 + ret = phylink_connect_phy(priv->phylink, phydev);
/OK3568_Linux_fs/kernel/net/dsa/
H A Dslave.c1686 return phylink_connect_phy(dp->pl, slave_dev->phydev); in dsa_slave_phy_connect()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A Dmacb_main.c709 ret = phylink_connect_phy(bp->phylink, phydev); in macb_phylink_connect()