Lines Matching refs:skl_sst
26 struct skl_sst;
233 struct skl_sst **dsp);
236 struct skl_sst **dsp);
237 int skl_sst_init_fw(struct device *dev, struct skl_sst *ctx);
238 int bxt_sst_init_fw(struct device *dev, struct skl_sst *ctx);
239 void skl_sst_dsp_cleanup(struct device *dev, struct skl_sst *ctx);
240 void bxt_sst_dsp_cleanup(struct device *dev, struct skl_sst *ctx);
244 int skl_get_pvt_id(struct skl_sst *ctx, uuid_le *uuid_mod, int instance_id);
245 int skl_put_pvt_id(struct skl_sst *ctx, uuid_le *uuid_mod, int *pvt_id);
246 int skl_get_pvt_instance_id_map(struct skl_sst *ctx,
248 void skl_freeup_uuid_list(struct skl_sst *ctx);
251 void skl_dsp_enable_notification(struct skl_sst *ctx, bool enable);
253 void skl_dsp_set_astate_cfg(struct skl_sst *ctx, u32 cnt, void *data);
256 struct skl_dsp_loader_ops dsp_ops, struct skl_sst **dsp,
258 int skl_prepare_lib_load(struct skl_sst *skl, struct skl_lib_info *linfo,