Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/ !
H A Drtw_pwrctrl.c142 u32 ps_deny = 0; in rtw_ps_processor() local
145 ps_deny = rtw_ps_deny_get(padapter); in rtw_ps_processor()
147 if (ps_deny != 0) in rtw_ps_processor()
1124 pwrpriv->ps_deny |= BIT(reason); in rtw_ps_deny()
1139 pwrpriv->ps_deny &= ~BIT(reason); in rtw_ps_deny_cancel()
1150 return adapter_to_pwrctl(padapter)->ps_deny; in rtw_ps_deny_get()
/linux/drivers/staging/rtl8723bs/include/ !
H A Drtw_pwrctrl.h162 u32 ps_deny; member