Searched refs:boot_wait (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 168 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/ |
D | cnl-sst.c | 147 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()
|
D | bxt-sst.c | 235 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()
|
D | skl.h | 94 wait_queue_head_t boot_wait; member
|
D | skl-sst.c | 74 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()
|
D | skl-sst-ipc.c | 364 wake_up(&skl->boot_wait); in skl_ipc_process_notification()
|
/Linux-v5.4/sound/soc/sof/ |
D | loader.c | 511 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()
|
D | sof-priv.h | 374 wait_queue_head_t boot_wait; member
|
D | ipc.c | 366 wake_up(&sdev->boot_wait); in snd_sof_ipc_msgs_rx()
|
/Linux-v5.4/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 301 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/ |
D | hda-loader.c | 280 init_waitqueue_head(&sdev->boot_wait); in hda_dsp_cl_boot_firmware()
|