Lines Matching refs:list_head
126 struct list_head list; /* DSP list of FW */
127 struct list_head module_list; /* FW list of modules */
167 struct list_head list;
168 struct list_head block_list; /* list of blocks used */
218 struct list_head block_list; /* Module list of blocks in use */
219 struct list_head list; /* DSP list of modules */
220 struct list_head list_fw; /* FW list of modules */
221 struct list_head runtime_list; /* list of runtime module objects*/
258 struct list_head module_list; /* Module list of blocks */
259 struct list_head list; /* Map list of free/used blocks */
294 struct list_head used_block_list;
295 struct list_head free_block_list;
298 struct list_head module_list;
299 struct list_head fw_list;
302 struct list_head scratch_block_list;
377 struct list_head *block_list);
378 int sst_free_blocks(struct sst_dsp *dsp, struct list_head *block_list);