Searched refs:fw_current_in_ps_mode (Results 1 – 10 of 10) sorted by relevance
127 bool fw_current_in_ps_mode = false; in rtl8723b_HalDmWatchDog() local137 fw_current_in_ps_mode = adapter_to_pwrctl(Adapter)->fw_current_in_ps_mode; in rtl8723b_HalDmWatchDog()142 ((!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()
273 if (adapter_to_pwrctl(padapter)->fw_current_in_ps_mode) { in rtw_hal_dm_watchdog_in_lps()
432 adapter_to_pwrctl(padapter)->fw_current_in_ps_mode = false; in rtl8723b_InitializeFirmwareVars()
361 pwrpriv->fw_current_in_ps_mode = false; in rtw_set_ps_mode()373 pwrpriv->fw_current_in_ps_mode = true; in rtw_set_ps_mode()726 if (pwrctrl->fw_current_in_ps_mode) { in rtw_register_task_alive()774 if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) && pwrctrl->fw_current_in_ps_mode) { in rtw_unregister_task_alive()811 if (pwrctrl->fw_current_in_ps_mode) { in rtw_register_tx_alive()856 if (pwrctrl->fw_current_in_ps_mode) { in rtw_register_cmd_alive()901 if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) && pwrctrl->fw_current_in_ps_mode) { in rtw_unregister_tx_alive()937 if ((pwrctrl->pwr_mode != PS_MODE_ACTIVE) && pwrctrl->fw_current_in_ps_mode) { in rtw_unregister_cmd_alive()970 pwrctrlpriv->fw_current_in_ps_mode = false; in rtw_init_pwrctrl_priv()
1402 if (pwrpriv->fw_current_in_ps_mode && (pwrpriv->pwr_mode > PS_MODE_ACTIVE)) { in rtw_lps_change_dtim_hdl()
1573 if ((adapter_to_pwrctl(adapter)->fw_current_in_ps_mode) in rtw_dynamic_check_timer_handler()
171 bool fw_current_in_ps_mode; member
518 bool fw_current_in_ps_mode = false; in rtl92ee_dm_dynamic_edcca() local521 (u8 *)(&fw_current_in_ps_mode)); in rtl92ee_dm_dynamic_edcca()522 if (fw_current_in_ps_mode) in rtl92ee_dm_dynamic_edcca()
1081 bool fw_current_in_ps_mode = false; in rtl8723be_dm_dynamic_edcca() local1084 (u8 *)(&fw_current_in_ps_mode)); in rtl8723be_dm_dynamic_edcca()1085 if (fw_current_in_ps_mode) in rtl8723be_dm_dynamic_edcca()
Completed in 38 milliseconds