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