Home
last modified time | relevance | path

Searched refs:fw_ready (Results 1 – 25 of 33) sorted by relevance

12

/linux/sound/soc/intel/catpt/
H A Dmessages.h48 u32 fw_ready:1; member
311 u32 fw_ready:1;
359 u32 fw_ready:1;
370 u32 hdr:3; /* fw_ready, done, busy */
308 u32 fw_ready:1; global() member
356 u32 fw_ready:1; global() member
H A Dipc.c200 if (msg.fw_ready) { in catpt_dsp_process_response()
210 complete(&cdev->fw_ready); in catpt_dsp_process_response()
225 complete(&cdev->fw_ready); in catpt_dsp_process_response()
H A Dcore.h88 struct completion fw_ready; member
H A Dloader.c636 reinit_completion(&cdev->fw_ready); in catpt_boot_firmware()
639 ret = wait_for_completion_timeout(&cdev->fw_ready, in catpt_first_boot_firmware()
H A Ddevice.c197 init_completion(&cdev->fw_ready); in catpt_probe_components()
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c794 priv->fw_ready = 1; in if_sdio_finish_power_on()
895 priv->fw_ready = 0; in if_sdio_power_off()
1091 wait_event(card->pwron_waitq, priv->fw_ready); in if_sdio_power_restore()
1308 if (priv->fw_ready) { in if_sdio_suspend()
1324 if (priv->fw_ready) { in if_sdio_suspend()
1363 wait_event(card->pwron_waitq, card->priv->fw_ready); in if_sdio_resume()
H A Ddev.h98 u8 fw_ready; member
H A Dmain.c440 else if (!priv->fw_ready) in lbs_thread()
532 if (!priv->fw_ready) in lbs_thread()
/linux/sound/soc/intel/avs/
H A Dloader.c164 reinit_completion(&adev->fw_ready); in avs_cldma_load_basefw()
304 reinit_completion(&adev->fw_ready); in avs_hda_init_rom()
348 ret = wait_for_completion_timeout(&adev->fw_ready, in avs_imr_load_basefw()
590 ret = wait_for_completion_timeout(&adev->fw_ready, in avs_dsp_load_basefw()
/linux/drivers/net/wireless/ath/ath10k/
H A Dqmi.h106 bool fw_ready; member
/linux/sound/soc/sof/intel/
H A Dicl.c74 sdev->fw_ready.flags & SOF_IPC_INFO_D3_PERSISTENT) in icl_dsp_post_fw_run()
/linux/sound/soc/sof/
H A Dipc3-dtrace.c430 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in ipc3_dtrace_enable()
599 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in ipc3_dtrace_release()
H A Dipc3-topology.c1507 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in sof_link_dmic_load()
2189 struct sof_ipc_fw_version *v = &sdev->fw_ready.version; in sof_ipc3_dai_config()
2331 struct sof_ipc_fw_version *v = &sdev->fw_ready.version; in sof_ipc3_set_up_all_pipelines()
2462 struct sof_ipc_fw_version *v = &sdev->fw_ready.version; in sof_ipc3_tear_down_all_pipelines()
2503 struct sof_ipc_fw_version *v = &sdev->fw_ready.version; in sof_ipc3_tear_down_all_pipelines()
H A Dcompress.c169 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in sof_compr_set_params()
H A Dsof-client.c462 return &sdev->fw_ready.version; in sof_client_get_fw_version()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dfw.c204 rtlhal->fw_ready = false; in rtl8821ae_set_fw_related_for_wowlan()
209 rtlhal->fw_ready = true; in rtl8821ae_set_fw_related_for_wowlan()
421 if (!rtlhal->fw_ready) { in rtl8821ae_fill_h2c_cmd()
/linux/sound/soc/codecs/
H A Drt1320-sdw.c1306 unsigned int fw_status_addr, fw_ready; in rt1320_dspfw_status() local
1321 regmap_read(rt1320->regmap, fw_status_addr, &fw_ready); in rt1320_dspfw_status()
1322 fw_ready &= 0x1; in rt1320_dspfw_status()
1327 fw_ready = (!dspfw_run && fw_ready); in rt1320_dspfw_status()
1330 if (fw_ready) { in rt1320_dspfw_status()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c108 if (!rtlhal->fw_ready) in _rtl88ee_set_fw_clock_on()
178 if (!rtlhal->fw_ready) in _rtl88ee_set_fw_clock_off()
1055 rtlhal->fw_ready = false; in rtl88ee_hw_init()
1082 rtlhal->fw_ready = true; in rtl88ee_hw_init()
1388 if ((rtl_read_byte(rtlpriv, REG_MCUFWDL) & BIT(7)) && rtlhal->fw_ready) in _rtl88ee_poweroff_adapter()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dfw.c238 if (!rtlhal->fw_ready) { in rtl8723e_fill_h2c_cmd()
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_pci.c118 u32 fw_ready; member
137 #define PRESTERA_FW_READY_REG PRESTERA_FW_REG_OFFSET(fw_ready)
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dhw.c83 if (!rtlhal->fw_ready) in _rtl92ee_set_fw_clock_on()
152 if (!rtlhal->fw_ready) in _rtl92ee_set_fw_clock_off()
1329 rtlhal->fw_ready = false; in rtl92ee_hw_init()
1332 rtlhal->fw_ready = true; in rtl92ee_hw_init()
1622 if ((rtl_read_byte(rtlpriv, REG_MCUFWDL) & BIT(7)) && rtlhal->fw_ready) in _rtl92ee_poweroff_adapter()
H A Dfw.c361 if (!rtlhal->fw_ready) { in rtl92ee_fill_h2c_cmd()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dhw.c113 if (!rtlhal->fw_ready) in _rtl8723be_set_fw_clock_on()
181 if (!rtlhal->fw_ready) in _rtl8723be_set_fw_clock_off()
1165 rtlhal->fw_ready) { in _rtl8723be_poweroff_adapter()
1337 rtlhal->fw_ready = false; in rtl8723be_hw_init()
1375 rtlhal->fw_ready = true; in rtl8723be_hw_init()
H A Dfw.c203 if (!rtlhal->fw_ready) { in rtl8723be_fill_h2c_cmd()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dfw_common.c390 if (!rtlhal->fw_ready) { in rtl92c_fill_h2c_cmd()

12