Searched defs:sst_fw (Results 1 – 5 of 5) sorted by relevance
117 struct sst_fw { struct118 struct sst_dsp *dsp;121 dma_addr_t dmable_fw_paddr; /* physical address of fw data */122 void *dma_buf; /* virtual address of fw data */123 u32 size; /* size of fw data */126 struct list_head list; /* DSP list of FW */127 struct list_head module_list; /* FW list of modules */129 void *private; /* core doesn't touch this */200 struct sst_fw *sst_fw; /* parent FW we belong too */ member
342 struct sst_fw *sst_fw; in sst_fw_new() local403 int sst_fw_reload(struct sst_fw *sst_fw) in sst_fw_reload()419 void sst_fw_unload(struct sst_fw *sst_fw) in sst_fw_unload()456 void sst_fw_free(struct sst_fw *sst_fw) in sst_fw_free()474 struct sst_fw *sst_fw, *t; in sst_fw_free_all() local489 struct sst_module *sst_module_new(struct sst_fw *sst_fw, in sst_module_new()795 struct sst_fw *sst_fw = module->sst_fw; in sst_module_alloc_blocks() local
122 static int sst_byt_parse_fw_image(struct sst_fw *sst_fw) in sst_byt_parse_fw_image()
182 static int hsw_parse_fw_image(struct sst_fw *sst_fw) in hsw_parse_fw_image()
288 struct sst_fw *sst_fw; member1582 struct sst_fw *sst_fw, *t; in sst_hsw_dsp_load() local1665 struct sst_fw *sst_fw, *t; in sst_hsw_dsp_runtime_sleep() local