Lines Matching refs:skl_sst

58 void skl_dsp_set_astate_cfg(struct skl_sst *ctx, u32 cnt, void *data)  in skl_dsp_set_astate_cfg()
73 void skl_dsp_enable_notification(struct skl_sst *ctx, bool enable) in skl_dsp_enable_notification()
294 &skl->skl_sst); in skl_init_dsp()
299 skl->skl_sst->dsp_ops = ops; in skl_init_dsp()
300 cores = &skl->skl_sst->cores; in skl_init_dsp()
332 struct skl_sst *ctx = skl->skl_sst; in skl_free_dsp()
357 struct skl_sst *ctx = skl->skl_sst; in skl_suspend_late_dsp()
377 struct skl_sst *ctx = skl->skl_sst; in skl_suspend_dsp()
398 struct skl_sst *ctx = skl->skl_sst; in skl_resume_dsp()
411 if (skl->skl_sst->is_first_boot == true) in skl_resume_dsp()
427 skl_dsp_enable_notification(skl->skl_sst, false); in skl_resume_dsp()
430 skl_dsp_set_astate_cfg(skl->skl_sst, skl->cfg.astate_cfg->count, in skl_resume_dsp()
463 static void skl_set_base_module_format(struct skl_sst *ctx, in skl_set_base_module_format()
516 static u32 skl_get_node_id(struct skl_sst *ctx, in skl_get_node_id()
573 static void skl_setup_cpr_gateway_cfg(struct skl_sst *ctx, in skl_setup_cpr_gateway_cfg()
639 int skl_dsp_set_dma_control(struct skl_sst *ctx, u32 *caps, in skl_dsp_set_dma_control()
679 static void skl_setup_out_format(struct skl_sst *ctx, in skl_setup_out_format()
706 static void skl_set_src_format(struct skl_sst *ctx, in skl_set_src_format()
725 static void skl_set_updown_mixer_format(struct skl_sst *ctx, in skl_set_updown_mixer_format()
746 static void skl_set_copier_format(struct skl_sst *ctx, in skl_set_copier_format()
764 static void skl_set_algo_format(struct skl_sst *ctx, in skl_set_algo_format()
788 static void skl_set_base_outfmt_format(struct skl_sst *ctx, in skl_set_base_outfmt_format()
800 static u16 skl_get_module_param_size(struct skl_sst *ctx, in skl_get_module_param_size()
845 static int skl_set_module_format(struct skl_sst *ctx, in skl_set_module_format()
990 int skl_init_module(struct skl_sst *ctx, in skl_init_module()
1032 static void skl_dump_bind_info(struct skl_sst *ctx, struct skl_module_cfg in skl_dump_bind_info()
1049 int skl_unbind_modules(struct skl_sst *ctx, in skl_unbind_modules()
1128 int skl_bind_modules(struct skl_sst *ctx, in skl_bind_modules()
1209 static int skl_set_pipe_state(struct skl_sst *ctx, struct skl_pipe *pipe, in skl_set_pipe_state()
1223 int skl_create_pipeline(struct skl_sst *ctx, struct skl_pipe *pipe) in skl_create_pipeline()
1248 int skl_delete_pipe(struct skl_sst *ctx, struct skl_pipe *pipe) in skl_delete_pipe()
1285 int skl_run_pipe(struct skl_sst *ctx, struct skl_pipe *pipe) in skl_run_pipe()
1319 int skl_stop_pipe(struct skl_sst *ctx, struct skl_pipe *pipe) in skl_stop_pipe()
1344 int skl_reset_pipe(struct skl_sst *ctx, struct skl_pipe *pipe) in skl_reset_pipe()
1364 int skl_set_module_params(struct skl_sst *ctx, u32 *params, int size, in skl_set_module_params()
1377 int skl_get_module_params(struct skl_sst *ctx, u32 *params, int size, in skl_get_module_params()