Lines Matching refs:skl_dev
20 struct skl_dev;
227 struct skl_dev **dsp);
230 struct skl_dev **dsp);
231 int skl_sst_init_fw(struct device *dev, struct skl_dev *skl);
232 int bxt_sst_init_fw(struct device *dev, struct skl_dev *skl);
233 void skl_sst_dsp_cleanup(struct device *dev, struct skl_dev *skl);
234 void bxt_sst_dsp_cleanup(struct device *dev, struct skl_dev *skl);
238 int skl_get_pvt_id(struct skl_dev *skl, guid_t *uuid_mod, int instance_id);
239 int skl_put_pvt_id(struct skl_dev *skl, guid_t *uuid_mod, int *pvt_id);
240 int skl_get_pvt_instance_id_map(struct skl_dev *skl,
242 void skl_freeup_uuid_list(struct skl_dev *skl);
246 void skl_dsp_set_astate_cfg(struct skl_dev *skl, u32 cnt, void *data);
249 struct skl_dsp_loader_ops dsp_ops, struct skl_dev **dsp,
250 struct sst_dsp_device *skl_dev);
251 int skl_prepare_lib_load(struct skl_dev *skl, struct skl_lib_info *linfo,