Searched refs:RTW_FLAG_LEISURE_PS_DEEP (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/drivers/net/wireless/realtek/rtw88/ |
| D | sdio.c | 760 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()
|
| D | ps.c | 261 if (test_and_clear_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags)) { in __rtw_leave_lps()
|
| 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()
|
| D | wow.c | 642 set_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags); in rtw_wow_enter_no_link_ps()
|
| D | main.h | 361 RTW_FLAG_LEISURE_PS_DEEP, enumerator
|
| D | coex.c | 4060 test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags), in rtw_coex_display_coex_info()
|