Home
last modified time | relevance | path

Searched refs:serdes_powerup (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dstmmac.h281 int (*serdes_powerup)(struct net_device *ndev, void *priv);
261 int (*serdes_powerup)(struct net_device *ndev, void *priv); global() member
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-tegra.c360 plat->serdes_powerup = mgbe_uphy_lane_bringup_serdes_up; in tegra_mgbe_probe()
H A Dstmmac_main.c971 if (!priv->plat->serdes_powerup) in stmmac_legacy_serdes_power_up()
974 ret = priv->plat->serdes_powerup(priv->dev, priv->plat->bsp_priv); in stmmac_legacy_serdes_power_up()