Searched refs:boot_wait (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 176 wait_queue_head_t boot_wait; member 271 wake_up(&byt->boot_wait); in sst_byt_fw_ready() 621 err = wait_event_timeout(byt->boot_wait, byt->boot_complete, in sst_byt_dsp_wait_for_ready() 714 init_waitqueue_head(&byt->boot_wait); in sst_byt_dsp_init() 738 err = wait_event_timeout(byt->boot_wait, byt->boot_complete, in sst_byt_dsp_init()
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | cnl-sst.c | 156 ret = wait_event_timeout(cnl->boot_wait, cnl->boot_complete, in cnl_load_base_firmware() 208 ret = wait_event_timeout(cnl->boot_wait, cnl->boot_complete, in cnl_set_dsp_D0() 459 init_waitqueue_head(&cnl->boot_wait); in cnl_sst_dsp_init()
|
D | bxt-sst.c | 243 ret = wait_event_timeout(skl->boot_wait, skl->boot_complete, in bxt_load_base_firmware() 451 ret = wait_event_timeout(skl->boot_wait, in bxt_set_dsp_D0() 594 init_waitqueue_head(&skl->boot_wait); in bxt_sst_dsp_init()
|
D | skl-sst-ipc.h | 83 wait_queue_head_t boot_wait; member
|
D | skl-sst.c | 82 init_waitqueue_head(&skl->boot_wait); in skl_load_base_firmware() 147 ret = wait_event_timeout(skl->boot_wait, skl->boot_complete, in skl_load_base_firmware()
|
D | skl-sst-ipc.c | 369 wake_up(&skl->boot_wait); in skl_ipc_process_notification()
|
/Linux-v4.19/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 310 wait_queue_head_t boot_wait; member 459 wake_up(&hsw->boot_wait); in hsw_fw_ready() 1696 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, in sst_hsw_dsp_runtime_resume() 2132 init_waitqueue_head(&hsw->boot_wait); in sst_hsw_dsp_init() 2173 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, in sst_hsw_dsp_init()
|