Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Drtw8852c.c3123 BIT(RTW89_PS_MODE_PWR_GATED),
3125 BIT(RTW89_PS_MODE_PWR_GATED),
Dcore.c1728 if (chip->ps_mode_supported & BIT(RTW89_PS_MODE_PWR_GATED)) in rtw89_update_ps_mode()
1729 return RTW89_PS_MODE_PWR_GATED; in rtw89_update_ps_mode()
Drtw8852a.c2271 BIT(RTW89_PS_MODE_PWR_GATED),
Dcore.h605 RTW89_PS_MODE_PWR_GATED = 3, enumerator
Dmac.c973 case RTW89_PS_MODE_PWR_GATED: in rtw89_mac_get_req_pwr_state()