Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c177 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/
Dskl-sst.c77 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()
Dskl-sst-ipc.h53 wait_queue_head_t boot_wait; member
Dskl-sst-ipc.c317 wake_up(&skl->boot_wait); in skl_ipc_process_notification()
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-ipc.c311 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()