Searched refs:sst_module_get_from_id (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 1463 module = sst_module_get_from_id(dsp, mod_id); in sst_hsw_runtime_module_create() 1728 module = sst_module_get_from_id(hsw->dsp, id); in sst_hsw_init_module_state() 1743 module = sst_module_get_from_id(hsw->dsp, module_id); in sst_hsw_is_module_loaded() 1754 module = sst_module_get_from_id(hsw->dsp, module_id); in sst_hsw_is_module_active() 1849 module = sst_module_get_from_id(dsp, module_id); in sst_hsw_module_load() 1876 module = sst_module_get_from_id(dsp, module_id); in sst_hsw_module_load() 1913 module = sst_module_get_from_id(dsp, module_id); in sst_hsw_module_enable() 1979 module = sst_module_get_from_id(dsp, module_id); in sst_hsw_module_disable()
|
D | sst-haswell-pcm.c | 637 module_data = sst_module_get_from_id(dsp, module_id); in hsw_pcm_hw_params()
|
/Linux-v4.19/sound/soc/intel/common/ |
D | sst-dsp-priv.h | 357 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id);
|
D | sst-firmware.c | 1157 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id) in sst_module_get_from_id() function 1173 EXPORT_SYMBOL_GPL(sst_module_get_from_id);
|