Searched refs:boot_wait (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 177 wait_queue_head_t boot_wait; member 278 wake_up(&byt->boot_wait); in sst_byt_fw_ready() 628 err = wait_event_timeout(byt->boot_wait, byt->boot_complete, in sst_byt_dsp_wait_for_ready() 721 init_waitqueue_head(&byt->boot_wait); in sst_byt_dsp_init() 745 err = wait_event_timeout(byt->boot_wait, byt->boot_complete, in sst_byt_dsp_init()
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-sst.c | 77 init_waitqueue_head(&skl->boot_wait); in skl_load_base_firmware() 126 ret = wait_event_timeout(skl->boot_wait, skl->boot_complete, in skl_load_base_firmware()
|
D | skl-sst-ipc.h | 53 wait_queue_head_t boot_wait; member
|
D | skl-sst-ipc.c | 317 wake_up(&skl->boot_wait); in skl_ipc_process_notification()
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 311 wait_queue_head_t boot_wait; member 460 wake_up(&hsw->boot_wait); in hsw_fw_ready() 1702 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, in sst_hsw_dsp_runtime_resume() 2144 init_waitqueue_head(&hsw->boot_wait); in sst_hsw_dsp_init() 2185 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, in sst_hsw_dsp_init()
|