Home
last modified time | relevance | path

Searched refs:ps_deny (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_pwrctrl.c159 u32 ps_deny = 0; in rtw_ps_processor() local
162 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
164 if (ps_deny != 0) { in rtw_ps_processor()
166 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
1349 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
1353 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
1375 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
1379 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
1393 return adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_pwrctrl.c256 u32 ps_deny = 0; in rtw_ps_processor() local
259 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
261 if (ps_deny != 0) { in rtw_ps_processor()
264 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2224 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2228 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2250 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2254 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2271 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_pwrctrl.c256 u32 ps_deny = 0; in rtw_ps_processor() local
259 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
261 if (ps_deny != 0) { in rtw_ps_processor()
264 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2224 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2228 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2250 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2254 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2271 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_pwrctrl.c295 u32 ps_deny = 0; in rtw_ps_processor() local
298 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
300 if (ps_deny != 0) in rtw_ps_processor()
303 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2646 if (pwrpriv->ps_deny & BIT(reason)) in rtw_ps_deny()
2651 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2673 if ((pwrpriv->ps_deny & BIT(reason)) == 0) in rtw_ps_deny_cancel()
2678 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2695 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_pwrctrl.c295 u32 ps_deny = 0; in rtw_ps_processor() local
298 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
300 if (ps_deny != 0) in rtw_ps_processor()
303 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2658 if (pwrpriv->ps_deny & BIT(reason)) in rtw_ps_deny()
2663 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2685 if ((pwrpriv->ps_deny & BIT(reason)) == 0) in rtw_ps_deny_cancel()
2690 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2707 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_pwrctrl.c278 u32 ps_deny = 0; in rtw_ps_processor() local
281 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
283 if (ps_deny != 0) { in rtw_ps_processor()
285 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2510 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2514 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2536 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2540 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2557 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_pwrctrl.c283 u32 ps_deny = 0; in rtw_ps_processor() local
286 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
288 if (ps_deny != 0) { in rtw_ps_processor()
290 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2585 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2589 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2611 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2615 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2632 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_pwrctrl.c280 u32 ps_deny = 0; in rtw_ps_processor() local
283 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
285 if (ps_deny != 0) { in rtw_ps_processor()
287 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2743 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2747 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2769 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2773 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2790 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_pwrctrl.c280 u32 ps_deny = 0; in rtw_ps_processor() local
283 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
285 if (ps_deny != 0) { in rtw_ps_processor()
287 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2753 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2757 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2779 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2783 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2800 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_pwrctrl.c282 u32 ps_deny = 0; in rtw_ps_processor() local
285 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
287 if (ps_deny != 0) { in rtw_ps_processor()
290 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2912 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2916 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2938 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2942 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2959 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_pwrctrl.c282 u32 ps_deny = 0; in rtw_ps_processor() local
285 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
287 if (ps_deny != 0) { in rtw_ps_processor()
290 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2858 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2862 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2884 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2888 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2905 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_pwrctrl.c283 u32 ps_deny = 0; in rtw_ps_processor() local
286 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
288 if (ps_deny != 0) { in rtw_ps_processor()
291 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2859 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2863 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2885 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2889 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2906 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_pwrctrl.c282 u32 ps_deny = 0; in rtw_ps_processor() local
285 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
287 if (ps_deny != 0) { in rtw_ps_processor()
290 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2870 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2874 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2896 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2900 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2917 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_pwrctrl.c280 u32 ps_deny = 0; in rtw_ps_processor() local
283 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
285 if (ps_deny != 0) { in rtw_ps_processor()
287 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2821 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2825 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2847 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2851 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2868 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_pwrctrl.c282 u32 ps_deny = 0; in rtw_ps_processor() local
285 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
287 if (ps_deny != 0) { in rtw_ps_processor()
290 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2870 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2874 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2896 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2900 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2917 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_pwrctrl.c287 u32 ps_deny = 0; in rtw_ps_processor() local
290 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
292 if (ps_deny != 0) { in rtw_ps_processor()
294 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2869 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2873 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2895 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2899 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2916 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_pwrctrl.c282 u32 ps_deny = 0; in rtw_ps_processor() local
285 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
287 if (ps_deny != 0) { in rtw_ps_processor()
290 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2858 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2862 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2884 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2888 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2905 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_pwrctrl.c283 u32 ps_deny = 0; in rtw_ps_processor() local
286 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
288 if (ps_deny != 0) { in rtw_ps_processor()
291 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2871 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2875 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2897 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2901 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2918 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_pwrctrl.c282 u32 ps_deny = 0; in rtw_ps_processor() local
285 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
287 if (ps_deny != 0) { in rtw_ps_processor()
290 FUNC_ADPT_ARG(padapter), ps_deny); in rtw_ps_processor()
2912 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
2916 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
2938 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
2942 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
2959 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_pwrctrl.h244 u32 ps_deny; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_pwrctrl.h246 u32 ps_deny; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_pwrctrl.h246 u32 ps_deny; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_pwrctrl.h325 u32 ps_deny; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_pwrctrl.h326 u32 ps_deny; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_pwrctrl.h357 u32 ps_deny; member

123