Searched refs:boot_wait (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/sound/soc/intel/skylake/
H A Dskl-sst-ipc.h53 wait_queue_head_t boot_wait; member in struct:skl_sst
H A Dskl-sst.c77 init_waitqueue_head(&skl->boot_wait); skl_load_base_firmware()
126 ret = wait_event_timeout(skl->boot_wait, skl->boot_complete, skl_load_base_firmware()
H A Dskl-sst-ipc.c317 wake_up(&skl->boot_wait); skl_ipc_process_notification()
/linux-4.4.14/sound/soc/intel/baytrail/
H A Dsst-baytrail-ipc.c177 wait_queue_head_t boot_wait; member in struct:sst_byt
278 wake_up(&byt->boot_wait); sst_byt_fw_ready()
628 err = wait_event_timeout(byt->boot_wait, byt->boot_complete, sst_byt_dsp_wait_for_ready()
721 init_waitqueue_head(&byt->boot_wait); sst_byt_dsp_init()
745 err = wait_event_timeout(byt->boot_wait, byt->boot_complete, sst_byt_dsp_init()
/linux-4.4.14/sound/soc/intel/haswell/
H A Dsst-haswell-ipc.c311 wait_queue_head_t boot_wait; member in struct:sst_hsw
460 wake_up(&hsw->boot_wait); hsw_fw_ready()
1702 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, sst_hsw_dsp_runtime_resume()
2144 init_waitqueue_head(&hsw->boot_wait); sst_hsw_dsp_init()
2185 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, sst_hsw_dsp_init()

Completed in 165 milliseconds