Home
last modified time | relevance | path

Searched refs:sst_module (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/sound/soc/intel/common/
Dsst-dsp-priv.h26 struct sst_module;
156 struct sst_module *module; /* parent module we belong too */
192 struct sst_module { struct
237 struct sst_module *module; /* module that uses this block */ argument
331 struct sst_module *sst_module_new(struct sst_fw *sst_fw,
333 void sst_module_free(struct sst_module *module);
334 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id);
335 int sst_module_alloc_blocks(struct sst_module *module);
336 int sst_module_free_blocks(struct sst_module *module);
339 struct sst_module_runtime *sst_module_runtime_new(struct sst_module *module,
[all …]
Dsst-firmware.c417 struct sst_module *module, *mtmp; in sst_fw_unload()
484 struct sst_module *sst_module_new(struct sst_fw *sst_fw, in sst_module_new()
488 struct sst_module *sst_module; in sst_module_new() local
490 sst_module = kzalloc(sizeof(*sst_module), GFP_KERNEL); in sst_module_new()
491 if (sst_module == NULL) in sst_module_new()
494 sst_module->id = template->id; in sst_module_new()
495 sst_module->dsp = dsp; in sst_module_new()
496 sst_module->sst_fw = sst_fw; in sst_module_new()
497 sst_module->scratch_size = template->scratch_size; in sst_module_new()
498 sst_module->persistent_size = template->persistent_size; in sst_module_new()
[all …]
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-ipc.c1161 struct sst_module *module = runtime->module; in sst_hsw_stream_set_module_info()
1461 struct sst_module *module; in sst_hsw_runtime_module_create()
1725 struct sst_module *module; in sst_hsw_init_module_state()
1743 struct sst_module *module; in sst_hsw_is_module_loaded()
1754 struct sst_module *module; in sst_hsw_is_module_active()
1845 struct sst_module *module; in sst_hsw_module_load()
1900 struct sst_module *module; in sst_hsw_module_enable()
1967 struct sst_module *module; in sst_hsw_module_disable()
Dsst-haswell-ipc.h48 struct sst_module;
Dsst-haswell-dsp.c92 struct sst_module *mod; in hsw_parse_module()
Dsst-haswell-pcm.c479 struct sst_module *module_data; in hsw_pcm_hw_params()
/linux-4.1.27/sound/soc/intel/baytrail/
Dsst-baytrail-dsp.c69 struct sst_module *mod; in sst_byt_parse_module()
/linux-4.1.27/sound/soc/intel/atom/
Dsst-atom-controls.c299 struct sst_module *algo = NULL; in sst_find_and_send_pipe_algo()
594 struct sst_module *gain = NULL; in sst_set_pipe_gain()
1234 struct sst_module *module = NULL; in sst_fill_module_list()
Dsst-atom-controls.h548 struct sst_module { struct