Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphy.c1839 * phy_init_eee - init and check the EEE feature
1848 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) in phy_init_eee() function
1866 EXPORT_SYMBOL(phy_init_eee);
/linux/include/linux/
H A Dphy.h2056 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable);
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c131 if (phy_init_eee(ndev->phydev, true)) in sxgbe_eee_init()
/linux/drivers/net/dsa/b53/
H A Db53_common.c2493 ret = phy_init_eee(phy, false); in b53_eee_init()
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1424 active = phy_init_eee(dev->phydev, false) >= 0; in bcmgenet_set_eee()