Lines Matching refs:list_head
122 struct list_head list; /* DSP list of FW */
123 struct list_head module_list; /* FW list of modules */
163 struct list_head list;
164 struct list_head block_list; /* list of blocks used */
214 struct list_head block_list; /* Module list of blocks in use */
215 struct list_head list; /* DSP list of modules */
216 struct list_head list_fw; /* FW list of modules */
217 struct list_head runtime_list; /* list of runtime module objects*/
254 struct list_head module_list; /* Module list of blocks */
255 struct list_head list; /* Map list of free/used blocks */
290 struct list_head used_block_list;
291 struct list_head free_block_list;
294 struct list_head module_list;
295 struct list_head fw_list;
298 struct list_head scratch_block_list;
370 struct list_head *block_list);
371 int sst_free_blocks(struct sst_dsp *dsp, struct list_head *block_list);