Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Dps.c71 if (test_and_set_bit(RTW89_FLAG_LOW_POWER_MODE, rtwdev->flags)) in __rtw89_enter_ps_mode()
82 if (test_and_clear_bit(RTW89_FLAG_LOW_POWER_MODE, rtwdev->flags)) in __rtw89_leave_ps_mode()
Dcore.h3826 RTW89_FLAG_LOW_POWER_MODE, enumerator
Dcore.c867 if (!test_bit(RTW89_FLAG_LOW_POWER_MODE, rtwdev->flags)) in rtw89_core_tx_wake()