Home
last modified time | relevance | path

Searched refs:RTW89_PS_MODE_PWR_GATED (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Drtw8852bt.c832 BIT(RTW89_PS_MODE_PWR_GATED),
H A Drtw8852b.c899 BIT(RTW89_PS_MODE_PWR_GATED),
H A Drtw8852c.c3060 BIT(RTW89_PS_MODE_PWR_GATED),
3062 BIT(RTW89_PS_MODE_PWR_GATED),
H A Drtw8852a.c2263 BIT(RTW89_PS_MODE_PWR_GATED),
H A Dcore.c2790 if ((chip->ps_mode_supported & BIT(RTW89_PS_MODE_PWR_GATED)) && in rtw89_update_ps_mode()
2792 return RTW89_PS_MODE_PWR_GATED; in rtw89_update_ps_mode()
H A Drtw8922a.c2869 BIT(RTW89_PS_MODE_PWR_GATED),
H A Dcore.h904 RTW89_PS_MODE_PWR_GATED = 3, enumerator
H A Dmac.c1321 case RTW89_PS_MODE_PWR_GATED: in rtw89_mac_get_req_pwr_state()