Lines Matching refs:list_head
117 struct list_head list; /* DSP list of FW */
118 struct list_head module_list; /* FW list of modules */
158 struct list_head list;
159 struct list_head block_list; /* list of blocks used */
209 struct list_head block_list; /* Module list of blocks in use */
210 struct list_head list; /* DSP list of modules */
211 struct list_head list_fw; /* FW list of modules */
212 struct list_head runtime_list; /* list of runtime module objects*/
249 struct list_head module_list; /* Module list of blocks */
250 struct list_head list; /* Map list of free/used blocks */
285 struct list_head used_block_list;
286 struct list_head free_block_list;
289 struct list_head module_list;
290 struct list_head fw_list;
293 struct list_head scratch_block_list;
368 struct list_head *block_list);
369 int sst_free_blocks(struct sst_dsp *dsp, struct list_head *block_list);