Home
last modified time | relevance | path

Searched defs:sst_fw (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/sound/soc/intel/common/
Dsst-dsp-priv.h108 struct sst_fw { struct
109 struct sst_dsp *dsp;
112 dma_addr_t dmable_fw_paddr; /* physical address of fw data */
113 void *dma_buf; /* virtual address of fw data */
114 u32 size; /* size of fw data */
117 struct list_head list; /* DSP list of FW */
118 struct list_head module_list; /* FW list of modules */
120 void *private; /* core doesn't touch this */
191 struct sst_fw *sst_fw; /* parent FW we belong too */ member
Dsst-firmware.c333 struct sst_fw *sst_fw; in sst_fw_new() local
394 int sst_fw_reload(struct sst_fw *sst_fw) in sst_fw_reload()
410 void sst_fw_unload(struct sst_fw *sst_fw) in sst_fw_unload()
447 void sst_fw_free(struct sst_fw *sst_fw) in sst_fw_free()
465 struct sst_fw *sst_fw, *t; in sst_fw_free_all() local
480 struct sst_module *sst_module_new(struct sst_fw *sst_fw, in sst_module_new()
786 struct sst_fw *sst_fw = module->sst_fw; in sst_module_alloc_blocks() local
/Linux-v5.4/sound/soc/intel/baytrail/
Dsst-baytrail-dsp.c114 static int sst_byt_parse_fw_image(struct sst_fw *sst_fw) in sst_byt_parse_fw_image()
/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-dsp.c173 static int hsw_parse_fw_image(struct sst_fw *sst_fw) in hsw_parse_fw_image()
Dsst-haswell-ipc.c279 struct sst_fw *sst_fw; member
1577 struct sst_fw *sst_fw, *t; in sst_hsw_dsp_load() local
1660 struct sst_fw *sst_fw, *t; in sst_hsw_dsp_runtime_sleep() local