Searched refs:sst_module_runtime (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/sound/soc/intel/common/ |
D | sst-dsp-priv.h | 150 struct sst_module_runtime { struct 353 struct sst_module_runtime *sst_module_runtime_new(struct sst_module *module, 355 void sst_module_runtime_free(struct sst_module_runtime *runtime); 356 struct sst_module_runtime *sst_module_runtime_get_from_id( 358 int sst_module_runtime_alloc_blocks(struct sst_module_runtime *runtime, 360 int sst_module_runtime_free_blocks(struct sst_module_runtime *runtime); 361 int sst_module_runtime_save(struct sst_module_runtime *runtime, 363 int sst_module_runtime_restore(struct sst_module_runtime *runtime,
|
D | sst-firmware.c | 414 struct sst_module_runtime *runtime, *rtmp; in sst_fw_unload() 522 struct sst_module_runtime *sst_module_runtime_new(struct sst_module *module, in sst_module_runtime_new() 526 struct sst_module_runtime *runtime; in sst_module_runtime_new() 545 void sst_module_runtime_free(struct sst_module_runtime *runtime) in sst_module_runtime_free() 853 int sst_module_runtime_alloc_blocks(struct sst_module_runtime *runtime, in sst_module_runtime_alloc_blocks() 914 int sst_module_runtime_free_blocks(struct sst_module_runtime *runtime) in sst_module_runtime_free_blocks() 925 int sst_module_runtime_save(struct sst_module_runtime *runtime, in sst_module_runtime_save() 971 int sst_module_runtime_restore(struct sst_module_runtime *runtime, in sst_module_runtime_restore() 1166 struct sst_module_runtime *sst_module_runtime_get_from_id( in sst_module_runtime_get_from_id() 1169 struct sst_module_runtime *runtime; in sst_module_runtime_get_from_id()
|
/Linux-v5.4/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.h | 42 struct sst_module_runtime; 448 struct sst_hsw_stream *stream, struct sst_module_runtime *runtime); 517 struct sst_module_runtime *sst_hsw_runtime_module_create(struct sst_hsw *hsw, 519 void sst_hsw_runtime_module_free(struct sst_module_runtime *runtime);
|
D | sst-haswell-ipc.c | 1146 struct sst_hsw_stream *stream, struct sst_module_runtime *runtime) in sst_hsw_stream_set_module_info() 1450 struct sst_module_runtime *sst_hsw_runtime_module_create(struct sst_hsw *hsw, in sst_hsw_runtime_module_create() 1455 struct sst_module_runtime *runtime; in sst_hsw_runtime_module_create() 1485 void sst_hsw_runtime_module_free(struct sst_module_runtime *runtime) in sst_hsw_runtime_module_free() 1894 struct sst_module_runtime *runtime; in sst_hsw_module_enable()
|
D | sst-haswell-pcm.c | 106 struct sst_module_runtime *runtime; 131 struct sst_module_runtime *runtime_waves; /* sound effect module */
|