Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/core/
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()
1361 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
1365 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
1387 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
1391 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
1408 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_pwrctrl.h252 u32 ps_deny; member