Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw88/
H A Dsdio.c760 set_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags); in rtw_sdio_deep_ps_enter()
766 if (test_and_clear_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) in rtw_sdio_deep_ps_leave()
772 if (enter && !test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) in rtw_sdio_deep_ps()
775 if (!enter && test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) in rtw_sdio_deep_ps()
H A Dps.c261 if (test_and_clear_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) { in __rtw_leave_lps()
H A Dpci.c684 set_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags); in rtw_pci_deep_ps_enter()
698 if (test_and_clear_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) in rtw_pci_deep_ps_leave()
708 if (enter && !test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) in rtw_pci_deep_ps()
711 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.h369 RTW_FLAG_LEISURE_PS_DEEP, enumerator
H A Dcoex.c4060 test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags), in rtw_coex_display_coex_info()