cnl 111 sound/soc/intel/skylake/cnl-sst.c struct skl_dev *cnl = ctx->thread_context; cnl 123 sound/soc/intel/skylake/cnl-sst.c if (cnl->is_first_boot) { cnl 147 sound/soc/intel/skylake/cnl-sst.c ret = wait_event_timeout(cnl->boot_wait, cnl->boot_complete, cnl 156 sound/soc/intel/skylake/cnl-sst.c cnl->fw_loaded = true; cnl 169 sound/soc/intel/skylake/cnl-sst.c struct skl_dev *cnl = ctx->thread_context; cnl 174 sound/soc/intel/skylake/cnl-sst.c if (!cnl->fw_loaded) { cnl 175 sound/soc/intel/skylake/cnl-sst.c cnl->boot_complete = false; cnl 182 sound/soc/intel/skylake/cnl-sst.c cnl->cores.state[core_id] = SKL_DSP_RUNNING; cnl 197 sound/soc/intel/skylake/cnl-sst.c cnl->boot_complete = false; cnl 199 sound/soc/intel/skylake/cnl-sst.c ret = wait_event_timeout(cnl->boot_wait, cnl->boot_complete, cnl 212 sound/soc/intel/skylake/cnl-sst.c ret = skl_ipc_set_dx(&cnl->ipc, CNL_INSTANCE_ID, cnl 220 sound/soc/intel/skylake/cnl-sst.c cnl->cores.state[core_id] = SKL_DSP_RUNNING; cnl 231 sound/soc/intel/skylake/cnl-sst.c struct skl_dev *cnl = ctx->thread_context; cnl 239 sound/soc/intel/skylake/cnl-sst.c ret = skl_ipc_set_dx(&cnl->ipc, CNL_INSTANCE_ID, cnl 245 sound/soc/intel/skylake/cnl-sst.c cnl->fw_loaded = false; cnl 261 sound/soc/intel/skylake/cnl-sst.c cnl->cores.state[core_id] = SKL_DSP_RESET; cnl 295 sound/soc/intel/skylake/cnl-sst.c struct skl_dev *cnl = sst_dsp_get_thread_context(dsp); cnl 296 sound/soc/intel/skylake/cnl-sst.c struct sst_generic_ipc *ipc = &cnl->ipc; cnl 388 sound/soc/intel/skylake/cnl-sst.c static int cnl_ipc_init(struct device *dev, struct skl_dev *cnl) cnl 393 sound/soc/intel/skylake/cnl-sst.c ipc = &cnl->ipc; cnl 394 sound/soc/intel/skylake/cnl-sst.c ipc->dsp = cnl->dsp; cnl 419 sound/soc/intel/skylake/cnl-sst.c struct skl_dev *cnl; cnl 429 sound/soc/intel/skylake/cnl-sst.c cnl = *dsp; cnl 430 sound/soc/intel/skylake/cnl-sst.c sst = cnl->dsp; cnl 443 sound/soc/intel/skylake/cnl-sst.c ret = cnl_ipc_init(dev, cnl); cnl 449 sound/soc/intel/skylake/cnl-sst.c cnl->boot_complete = false; cnl 450 sound/soc/intel/skylake/cnl-sst.c init_waitqueue_head(&cnl->boot_wait);