Searched refs:sst_module_get_from_id (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 1465 module = sst_module_get_from_id(dsp, mod_id); in sst_hsw_runtime_module_create() 1730 module = sst_module_get_from_id(hsw->dsp, id); in sst_hsw_init_module_state() 1745 module = sst_module_get_from_id(hsw->dsp, module_id); in sst_hsw_is_module_loaded() 1756 module = sst_module_get_from_id(hsw->dsp, module_id); in sst_hsw_is_module_active() 1851 module = sst_module_get_from_id(dsp, module_id); in sst_hsw_module_load() 1878 module = sst_module_get_from_id(dsp, module_id); in sst_hsw_module_load() 1915 module = sst_module_get_from_id(dsp, module_id); in sst_hsw_module_enable() 1981 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-4.1.27/sound/soc/intel/common/ |
D | sst-dsp-priv.h | 334 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id);
|
D | sst-firmware.c | 1152 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id) in sst_module_get_from_id() function 1168 EXPORT_SYMBOL_GPL(sst_module_get_from_id);
|