boot_wait         168 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	wait_queue_head_t boot_wait;
boot_wait         264 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	wake_up(&byt->boot_wait);
boot_wait         611 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	err = wait_event_timeout(byt->boot_wait, byt->boot_complete,
boot_wait         704 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	init_waitqueue_head(&byt->boot_wait);
boot_wait         728 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	err = wait_event_timeout(byt->boot_wait, byt->boot_complete,
boot_wait         301 sound/soc/intel/haswell/sst-haswell-ipc.c 	wait_queue_head_t boot_wait;
boot_wait         445 sound/soc/intel/haswell/sst-haswell-ipc.c 	wake_up(&hsw->boot_wait);
boot_wait        1691 sound/soc/intel/haswell/sst-haswell-ipc.c 	ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete,
boot_wait        2129 sound/soc/intel/haswell/sst-haswell-ipc.c 	init_waitqueue_head(&hsw->boot_wait);
boot_wait        2170 sound/soc/intel/haswell/sst-haswell-ipc.c 	ret = wait_event_timeout(hsw->boot_wait, hsw->boot_complete,
boot_wait         235 sound/soc/intel/skylake/bxt-sst.c 		ret = wait_event_timeout(skl->boot_wait, skl->boot_complete,
boot_wait         443 sound/soc/intel/skylake/bxt-sst.c 		ret = wait_event_timeout(skl->boot_wait,
boot_wait         586 sound/soc/intel/skylake/bxt-sst.c 	init_waitqueue_head(&skl->boot_wait);
boot_wait         147 sound/soc/intel/skylake/cnl-sst.c 	ret = wait_event_timeout(cnl->boot_wait, cnl->boot_complete,
boot_wait         199 sound/soc/intel/skylake/cnl-sst.c 		ret = wait_event_timeout(cnl->boot_wait, cnl->boot_complete,
boot_wait         450 sound/soc/intel/skylake/cnl-sst.c 	init_waitqueue_head(&cnl->boot_wait);
boot_wait         364 sound/soc/intel/skylake/skl-sst-ipc.c 			wake_up(&skl->boot_wait);
boot_wait          74 sound/soc/intel/skylake/skl-sst.c 	init_waitqueue_head(&skl->boot_wait);
boot_wait         139 sound/soc/intel/skylake/skl-sst.c 		ret = wait_event_timeout(skl->boot_wait, skl->boot_complete,
boot_wait          94 sound/soc/intel/skylake/skl.h 	wait_queue_head_t boot_wait;
boot_wait         280 sound/soc/sof/intel/hda-loader.c 	init_waitqueue_head(&sdev->boot_wait);
boot_wait         359 sound/soc/sof/ipc.c 			wake_up(&sdev->boot_wait);
boot_wait         513 sound/soc/sof/loader.c 	init_waitqueue_head(&sdev->boot_wait);
boot_wait         551 sound/soc/sof/loader.c 	ret = wait_event_timeout(sdev->boot_wait,
boot_wait         383 sound/soc/sof/sof-priv.h 	wait_queue_head_t boot_wait;