• Home
  • Raw
  • Download

Lines Matching defs:ctx

41 static bool skl_check_fw_status(struct sst_dsp *ctx, u32 status)  in skl_check_fw_status()
50 static int skl_transfer_firmware(struct sst_dsp *ctx, in skl_transfer_firmware()
74 static int skl_load_base_firmware(struct sst_dsp *ctx) in skl_load_base_firmware()
168 static int skl_set_dsp_D0(struct sst_dsp *ctx, unsigned int core_id) in skl_set_dsp_D0()
222 static int skl_set_dsp_D3(struct sst_dsp *ctx, unsigned int core_id) in skl_set_dsp_D3()
252 static unsigned int skl_get_errorcode(struct sst_dsp *ctx) in skl_get_errorcode()
261 static int skl_get_module(struct sst_dsp *ctx, u16 mod_id) in skl_get_module()
273 static int skl_put_module(struct sst_dsp *ctx, u16 mod_id) in skl_put_module()
285 static struct skl_module_table *skl_fill_module_table(struct sst_dsp *ctx, in skl_fill_module_table()
322 struct sst_dsp *ctx, u16 mod_id) in skl_module_get_from_id()
339 static int skl_transfer_module(struct sst_dsp *ctx, const void *data, in skl_transfer_module()
393 kbl_load_library(struct sst_dsp *ctx, struct skl_lib_info *linfo, int lib_count) in kbl_load_library()
418 static int skl_load_module(struct sst_dsp *ctx, u16 mod_id, u8 *guid) in skl_load_module()
453 static int skl_unload_module(struct sst_dsp *ctx, u16 mod_id) in skl_unload_module()
480 void skl_clear_module_cnt(struct sst_dsp *ctx) in skl_clear_module_cnt()
493 static void skl_clear_module_table(struct sst_dsp *ctx) in skl_clear_module_table()
597 int skl_sst_init_fw(struct device *dev, struct skl_sst *ctx) in skl_sst_init_fw()
624 void skl_sst_dsp_cleanup(struct device *dev, struct skl_sst *ctx) in skl_sst_dsp_cleanup()