Searched refs:RT_PS_LEVEL_ASPM (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | ps.c | 161 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in _rtl_ps_inactive_ps() 163 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in _rtl_ps_inactive_ps() 173 !RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in _rtl_ps_inactive_ps() 175 RT_SET_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in _rtl_ps_inactive_ps() 446 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM) && in rtl_lps_leave_core() 449 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_lps_leave_core() 555 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in rtl_swlps_rf_awake() 557 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_swlps_rf_awake() 607 !RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in rtl_swlps_rf_sleep() 609 RT_SET_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_swlps_rf_sleep() [all...] |
H A D | wifi.h | 2927 #define RT_PS_LEVEL_ASPM BIT(7) macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A D | ps.c | 161 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in _rtl_ps_inactive_ps() 163 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in _rtl_ps_inactive_ps() 173 !RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in _rtl_ps_inactive_ps() 175 RT_SET_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in _rtl_ps_inactive_ps() 446 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM) && in rtl_lps_leave_core() 449 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_lps_leave_core() 555 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in rtl_swlps_rf_awake() 557 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_swlps_rf_awake() 607 !RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in rtl_swlps_rf_sleep() 609 RT_SET_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_swlps_rf_sleep() [all...] |
H A D | wifi.h | 2901 #define RT_PS_LEVEL_ASPM BIT(7) macro
|
Completed in 19 milliseconds