Home
last modified time | relevance | path

Searched refs:boot_wait (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c168 wait_queue_head_t boot_wait; member
264 wake_up(&byt->boot_wait); in sst_byt_fw_ready()
611 err = wait_event_timeout(byt->boot_wait, byt->boot_complete, in sst_byt_dsp_wait_for_ready()
704 init_waitqueue_head(&byt->boot_wait); in sst_byt_dsp_init()
728 err = wait_event_timeout(byt->boot_wait, byt->boot_complete, in sst_byt_dsp_init()
/Linux-v5.4/sound/soc/intel/skylake/
Dcnl-sst.c147 ret = wait_event_timeout(cnl->boot_wait, cnl->boot_complete, in cnl_load_base_firmware()
199 ret = wait_event_timeout(cnl->boot_wait, cnl->boot_complete, in cnl_set_dsp_D0()
450 init_waitqueue_head(&cnl->boot_wait); in cnl_sst_dsp_init()
Dbxt-sst.c235 ret = wait_event_timeout(skl->boot_wait, skl->boot_complete, in bxt_load_base_firmware()
443 ret = wait_event_timeout(skl->boot_wait, in bxt_set_dsp_D0()
586 init_waitqueue_head(&skl->boot_wait); in bxt_sst_dsp_init()
Dskl.h94 wait_queue_head_t boot_wait; member
Dskl-sst.c74 init_waitqueue_head(&skl->boot_wait); in skl_load_base_firmware()
139 ret = wait_event_timeout(skl->boot_wait, skl->boot_complete, in skl_load_base_firmware()
Dskl-sst-ipc.c364 wake_up(&skl->boot_wait); in skl_ipc_process_notification()
/Linux-v5.4/sound/soc/sof/
Dloader.c511 init_waitqueue_head(&sdev->boot_wait); in snd_sof_run_firmware()
545 ret = wait_event_timeout(sdev->boot_wait, sdev->boot_complete, in snd_sof_run_firmware()
Dsof-priv.h374 wait_queue_head_t boot_wait; member
Dipc.c366 wake_up(&sdev->boot_wait); in snd_sof_ipc_msgs_rx()
/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-ipc.c301 wait_queue_head_t boot_wait; member
445 wake_up(&hsw->boot_wait); in hsw_fw_ready()
1691 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, in sst_hsw_dsp_runtime_resume()
2129 init_waitqueue_head(&hsw->boot_wait); in sst_hsw_dsp_init()
2170 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, in sst_hsw_dsp_init()
/Linux-v5.4/sound/soc/sof/intel/
Dhda-loader.c280 init_waitqueue_head(&sdev->boot_wait); in hda_dsp_cl_boot_firmware()