Home
last modified time | relevance | path

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

12

/linux/sound/soc/intel/catpt/
A Dmessages.h48 u32 fw_ready:1; member
310 u32 fw_ready:1; member
358 u32 fw_ready:1; member
A Dipc.c200 if (msg.fw_ready) { in catpt_dsp_process_response()
209 complete(&cdev->fw_ready); in catpt_dsp_process_response()
A Dcore.h88 struct completion fw_ready; member
A Dloader.c621 reinit_completion(&cdev->fw_ready); in catpt_boot_firmware()
624 ret = wait_for_completion_timeout(&cdev->fw_ready, in catpt_boot_firmware()
A Ddevice.c218 init_completion(&cdev->fw_ready); in catpt_dev_init()
/linux/sound/soc/sof/
A Dloader.c158 memcpy(&sdev->fw_ready.version, &v->version, sizeof(v->version)); in ext_man_get_fw_version()
159 sdev->fw_ready.flags = v->flags; in ext_man_get_fw_version()
481 struct sof_ipc_fw_ready *fw_ready = &sdev->fw_ready; in sof_fw_ready() local
503 ret = snd_sof_dsp_block_read(sdev, SOF_FW_BLK_TYPE_SRAM, offset, fw_ready, in sof_fw_ready()
504 sizeof(*fw_ready)); in sof_fw_ready()
A Dipc.c459 err = sof_ops(sdev)->fw_ready(sdev, cmd); in snd_sof_ipc_msgs_rx()
752 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in snd_sof_ipc_set_get_comp_data()
873 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in snd_sof_ipc_valid()
A Dsof-priv.h181 int (*fw_ready)(struct snd_sof_dev *sdev, u32 msg_id); /* mandatory */ member
438 struct sof_ipc_fw_ready fw_ready; member
A Dcore.c314 !sof_ops(sdev)->fw_ready) { in snd_sof_device_probe()
/linux/drivers/net/wireless/marvell/libertas/
A Dif_sdio.c792 priv->fw_ready = 1; in if_sdio_finish_power_on()
893 priv->fw_ready = 0; in if_sdio_power_off()
1090 wait_event(card->pwron_waitq, priv->fw_ready); in if_sdio_power_restore()
1304 if (priv->fw_ready) { in if_sdio_suspend()
1320 if (priv->fw_ready) { in if_sdio_suspend()
1359 wait_event(card->pwron_waitq, card->priv->fw_ready); in if_sdio_resume()
A Ddev.h102 u8 fw_ready; member
A Dmain.c462 else if (!priv->fw_ready) in lbs_thread()
563 if (!priv->fw_ready) in lbs_thread()
/linux/drivers/net/wireless/ath/ath10k/
A Dqmi.h106 bool fw_ready; member
A Dqmi.c763 qmi->fw_ready = true; in ath10k_qmi_ind_register_send_sync_msg()
781 if (qmi->fw_ready) { in ath10k_qmi_event_server_arrive()
972 qmi->fw_ready = false; in ath10k_qmi_del_server()
/linux/sound/soc/sof/intel/
A Dapl.c54 .fw_ready = sof_fw_ready,
A Dbyt.c239 .fw_ready = sof_fw_ready,
321 .fw_ready = sof_fw_ready,
A Dicl.c53 .fw_ready = sof_fw_ready,
A Dtgl.c49 .fw_ready = sof_fw_ready,
A Dpci-tng.c155 .fw_ready = sof_fw_ready,
A Dhda-pcm.c98 struct sof_ipc_fw_version *v = &sdev->fw_ready.version; in hda_dsp_pcm_hw_params()
A Dcnl.c259 .fw_ready = sof_fw_ready,
/linux/sound/soc/sof/imx/
A Dimx8.c422 .fw_ready = sof_fw_ready,
477 .fw_ready = sof_fw_ready,
A Dimx8m.c285 .fw_ready = sof_fw_ready,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
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/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
A Dhw.c104 if (!rtlhal->fw_ready) in _rtl88ee_set_fw_clock_on()
174 if (!rtlhal->fw_ready) in _rtl88ee_set_fw_clock_off()
1056 rtlhal->fw_ready = false; in rtl88ee_hw_init()
1083 rtlhal->fw_ready = true; in rtl88ee_hw_init()
1389 if ((rtl_read_byte(rtlpriv, REG_MCUFWDL) & BIT(7)) && rtlhal->fw_ready) in _rtl88ee_poweroff_adapter()

Completed in 63 milliseconds

12