Lines Matching refs:sst_dsp
33 static bool skl_check_fw_status(struct sst_dsp *ctx, u32 status)
42 static int skl_transfer_firmware(struct sst_dsp *ctx,
66 static int skl_load_base_firmware(struct sst_dsp *ctx)
160 static int skl_set_dsp_D0(struct sst_dsp *ctx, unsigned int core_id)
214 static int skl_set_dsp_D3(struct sst_dsp *ctx, unsigned int core_id)
244 static unsigned int skl_get_errorcode(struct sst_dsp *ctx)
253 static int skl_get_module(struct sst_dsp *ctx, u16 mod_id)
265 static int skl_put_module(struct sst_dsp *ctx, u16 mod_id)
277 static struct skl_module_table *skl_fill_module_table(struct sst_dsp *ctx,
314 struct sst_dsp *ctx, u16 mod_id)
331 static int skl_transfer_module(struct sst_dsp *ctx, const void *data,
385 skl_load_library(struct sst_dsp *ctx, struct skl_lib_info *linfo, int lib_count)
410 static int skl_load_module(struct sst_dsp *ctx, u16 mod_id, u8 *guid)
442 static int skl_unload_module(struct sst_dsp *ctx, u16 mod_id)
469 void skl_clear_module_cnt(struct sst_dsp *ctx)
482 static void skl_clear_module_table(struct sst_dsp *ctx)
522 struct sst_dsp *sst;
558 struct sst_dsp *sst = skl->dsp;