Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c94 active = phy_init_eee(phydev, 0) >= 0; in bcmgenet_mac_config()
H A Dbcmgenet.c1361 active = phy_init_eee(dev->phydev, false) >= 0; in bcmgenet_set_eee()
/linux-6.15/drivers/net/phy/
H A Dphy.c1848 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) in phy_init_eee() function
1866 EXPORT_SYMBOL(phy_init_eee);
/linux-6.15/include/linux/
H A Dphy.h2063 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable);
/linux-6.15/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c130 if (phy_init_eee(ndev->phydev, true)) in sxgbe_eee_init()
/linux-6.15/drivers/net/dsa/b53/
H A Db53_common.c2351 ret = phy_init_eee(phy, false); in b53_eee_init()