Lines Matching refs:skl_dev
20 struct skl_dev;
225 struct skl_dev **dsp);
228 struct skl_dev **dsp);
229 int skl_sst_init_fw(struct device *dev, struct skl_dev *skl);
230 int bxt_sst_init_fw(struct device *dev, struct skl_dev *skl);
231 void skl_sst_dsp_cleanup(struct device *dev, struct skl_dev *skl);
232 void bxt_sst_dsp_cleanup(struct device *dev, struct skl_dev *skl);
236 int skl_get_pvt_id(struct skl_dev *skl, guid_t *uuid_mod, int instance_id);
237 int skl_put_pvt_id(struct skl_dev *skl, guid_t *uuid_mod, int *pvt_id);
238 int skl_get_pvt_instance_id_map(struct skl_dev *skl,
240 void skl_freeup_uuid_list(struct skl_dev *skl);
244 void skl_dsp_set_astate_cfg(struct skl_dev *skl, u32 cnt, void *data);
247 struct skl_dsp_loader_ops dsp_ops, struct skl_dev **dsp,
248 struct sst_dsp_device *skl_dev);
249 int skl_prepare_lib_load(struct skl_dev *skl, struct skl_lib_info *linfo,