Searched refs:boot_wait (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/sound/soc/intel/skylake/ |
H A D | skl-sst-ipc.h | 53 wait_queue_head_t boot_wait; member in struct:skl_sst
|
H A D | skl-sst.c | 77 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 D | skl-sst-ipc.c | 317 wake_up(&skl->boot_wait); skl_ipc_process_notification()
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
H A D | sst-baytrail-ipc.c | 177 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 D | sst-haswell-ipc.c | 311 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