Home
last modified time | relevance | path

Searched refs:phy_init_eee (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/phy/
Dphy.c1109 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) in phy_init_eee() function
1179 EXPORT_SYMBOL(phy_init_eee);
/linux-4.4.14/include/linux/
Dphy.h812 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable);
/linux-4.4.14/drivers/net/dsa/
Dbcm_sf2.c411 ret = phy_init_eee(phy, 0); in bcm_sf2_eee_init()
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c132 if (phy_init_eee(priv->phydev, 1)) in sxgbe_eee_init()
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c293 if (phy_init_eee(priv->phydev, 1)) { in stmmac_eee_init()
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c858 lp->eee_active = !phy_init_eee(lp->phy_dev, 0); in dwceqos_link_up()
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c957 ret = phy_init_eee(priv->phydev, 0); in bcmgenet_set_eee()