Home
last modified time | relevance | path

Searched refs:RTW_FLAG_LEISURE_PS_DEEP (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Dsdio.c781 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 Dps.c263 if (test_and_clear_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) { in __rtw_leave_lps()
H A Dpci.c637 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 Dwow.c642 set_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags); in rtw_wow_enter_no_link_ps()
H A Dmain.h365 RTW_FLAG_LEISURE_PS_DEEP, enumerator
H A Dcoex.c4044 test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags), in rtw_coex_display_coex_info()