Home
last modified time | relevance | path

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

/Linux-v5.4/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()
1350 if (pwrpriv->ps_deny & BIT(reason)) { in rtw_ps_deny()
1354 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
1376 if ((pwrpriv->ps_deny & BIT(reason)) == 0) { in rtw_ps_deny_cancel()
1380 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
1397 deny = adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_pwrctrl.h248 u32 ps_deny; member