Searched refs:boot_complete (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/sound/soc/intel/skylake/ |
H A D | skl-sst-ipc.h | 54 bool boot_complete; member in struct:skl_sst
|
H A D | skl-sst.c | 76 skl->boot_complete = false; 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 | 316 skl->boot_complete = true; skl_ipc_process_notification()
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
H A D | sst-baytrail-ipc.c | 178 bool boot_complete; member in struct:sst_byt 277 byt->boot_complete = true; sst_byt_fw_ready() 613 byt->boot_complete = false; sst_byt_dsp_boot() 628 err = wait_event_timeout(byt->boot_wait, byt->boot_complete, sst_byt_dsp_wait_for_ready() 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 | 312 bool boot_complete; member in struct:sst_hsw 459 hsw->boot_complete = true; hsw_fw_ready() 736 if (!hsw->boot_complete && header & IPC_FW_READY) { hsw_process_notification() 1679 hsw->boot_complete = false; sst_hsw_dsp_runtime_sleep() 1693 if (hsw->boot_complete) sst_hsw_dsp_runtime_resume() 1702 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, sst_hsw_dsp_runtime_resume() 2185 ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete, sst_hsw_dsp_init()
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | zforce_ts.c | 127 bool boot_complete; member in struct:zforce_ts 544 ts->boot_complete = payload[RESPONSE_DATA]; zforce_irq_thread()
|
Completed in 154 milliseconds