Searched refs:RTW_FLAG_LEISURE_PS_DEEP (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | sdio.c | 781 set_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags); in rtw_sdio_deep_ps_enter() 787 if (test_and_clear_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) in rtw_sdio_deep_ps_leave() 793 if (enter && !test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) in rtw_sdio_deep_ps() 796 if (!enter && test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) in rtw_sdio_deep_ps()
|
H A D | ps.c | 261 if (test_and_clear_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) { in __rtw_leave_lps()
|
H A D | pci.c | 637 set_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags); in rtw_pci_deep_ps_enter() 647 if (test_and_clear_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) in rtw_pci_deep_ps_leave() 657 if (enter && !test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) in rtw_pci_deep_ps() 660 if (!enter && test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) in rtw_pci_deep_ps()
|
H A D | wow.c | 642 set_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags); in rtw_wow_enter_no_link_ps()
|
H A D | main.h | 361 RTW_FLAG_LEISURE_PS_DEEP, enumerator
|
H A D | coex.c | 4042 test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags), in rtw_coex_display_coex_info()
|