Home
last modified time | relevance | path

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

/linux-4.1.27/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()
708 init_waitqueue_head(&byt->boot_wait); in sst_byt_dsp_init()
732 err = wait_event_timeout(byt->boot_wait, byt->boot_complete, in sst_byt_dsp_init()
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-ipc.c307 wait_queue_head_t boot_wait; member
456 wake_up(&hsw->boot_wait); in hsw_fw_ready()
1698 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, in sst_hsw_dsp_runtime_resume()
2126 init_waitqueue_head(&hsw->boot_wait); in sst_hsw_dsp_init()
2167 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, in sst_hsw_dsp_init()