Searched refs:fw_current_in_ps_mode (Results 1 – 10 of 10) sorted by relevance
130 bool fw_current_in_ps_mode = false; in rtl8723b_HalDmWatchDog() local140 fw_current_in_ps_mode = adapter_to_pwrctl(Adapter)->fw_current_in_ps_mode; in rtl8723b_HalDmWatchDog()145 ((!fw_current_in_ps_mode) && bFwPSAwake) in rtl8723b_HalDmWatchDog()
170 (adapter_to_pwrctl(adapter)->fw_current_in_ps_mode) in sdio_read32()216 (adapter_to_pwrctl(adapter)->fw_current_in_ps_mode) in sdio_readN()283 (adapter_to_pwrctl(adapter)->fw_current_in_ps_mode) in sdio_write32()320 (adapter_to_pwrctl(adapter)->fw_current_in_ps_mode) in sdio_writeN()541 (adapter_to_pwrctl(adapter)->fw_current_in_ps_mode) in sdio_local_read()581 (adapter_to_pwrctl(adapter)->fw_current_in_ps_mode) in sdio_local_write()630 if (!mac_pwr_ctrl_on || adapter_to_pwrctl(adapter)->fw_current_in_ps_mode) { in sdio_local_cmd53_read4byte()
345 if (adapter_to_pwrctl(padapter)->fw_current_in_ps_mode) { in rtw_hal_dm_watchdog_in_lps()
430 adapter_to_pwrctl(padapter)->fw_current_in_ps_mode = false; in rtl8723b_InitializeFirmwareVars()
366 pwrpriv->fw_current_in_ps_mode = false; in rtw_set_ps_mode()378 pwrpriv->fw_current_in_ps_mode = true; in rtw_set_ps_mode()735 if (pwrctrl->fw_current_in_ps_mode) { in rtw_register_task_alive()783 if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) && pwrctrl->fw_current_in_ps_mode) { in rtw_unregister_task_alive()820 if (pwrctrl->fw_current_in_ps_mode) { in rtw_register_tx_alive()865 if (pwrctrl->fw_current_in_ps_mode) { in rtw_register_cmd_alive()910 if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) && pwrctrl->fw_current_in_ps_mode) { in rtw_unregister_tx_alive()946 if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) && pwrctrl->fw_current_in_ps_mode) { in rtw_unregister_cmd_alive()979 pwrctrlpriv->fw_current_in_ps_mode = false; in rtw_init_pwrctrl_priv()
1412 if (pwrpriv->fw_current_in_ps_mode && (pwrpriv->pwr_mode > PS_MODE_ACTIVE)) { in rtw_lps_change_dtim_hdl()
1576 if ((adapter_to_pwrctl(adapter)->fw_current_in_ps_mode) in rtw_dynamic_check_timer_handler()
171 bool fw_current_in_ps_mode; member
521 bool fw_current_in_ps_mode = false; in rtl92ee_dm_dynamic_edcca() local524 (u8 *)(&fw_current_in_ps_mode)); in rtl92ee_dm_dynamic_edcca()525 if (fw_current_in_ps_mode) in rtl92ee_dm_dynamic_edcca()
1084 bool fw_current_in_ps_mode = false; in rtl8723be_dm_dynamic_edcca() local1087 (u8 *)(&fw_current_in_ps_mode)); in rtl8723be_dm_dynamic_edcca()1088 if (fw_current_in_ps_mode) in rtl8723be_dm_dynamic_edcca()
Completed in 33 milliseconds