Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/phy/
Dphy.c1273 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) in phy_init_eee() argument
1320 if (clk_stop_enable) in phy_init_eee()
Dphylink.c2224 int phylink_init_eee(struct phylink *pl, bool clk_stop_enable) in phylink_init_eee() argument
2229 ret = phy_init_eee(pl->phydev, clk_stop_enable); in phylink_init_eee()
/linux-5.19.10/include/linux/
Dphy.h1706 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable);