Lines Matching refs:list_head
120 struct list_head list; /* DSP list of FW */
121 struct list_head module_list; /* FW list of modules */
161 struct list_head list;
162 struct list_head block_list; /* list of blocks used */
212 struct list_head block_list; /* Module list of blocks in use */
213 struct list_head list; /* DSP list of modules */
214 struct list_head list_fw; /* FW list of modules */
215 struct list_head runtime_list; /* list of runtime module objects*/
252 struct list_head module_list; /* Module list of blocks */
253 struct list_head list; /* Map list of free/used blocks */
272 struct list_head used_block_list;
273 struct list_head free_block_list;
288 struct list_head module_list;
289 struct list_head fw_list;
292 struct list_head scratch_block_list;
354 struct list_head *block_list);
355 int sst_free_blocks(struct sst_dsp *dsp, struct list_head *block_list);