Lines Matching refs:list
43 struct list_head list; member
48 struct list_head list; member
84 list_del(&entry->list); in mISDN_dsp_dev_release()
112 list_add_tail(&entry->list, &dsp_elements); in mISDN_dsp_element_register()
146 list_for_each_entry_safe(entry, n, &dsp_elements, list) in mISDN_dsp_element_unregister()
182 list_for_each_entry_safe(entry, n, &dsp_elements, list) { in dsp_pipeline_module_exit()
183 list_del(&entry->list); in dsp_pipeline_module_exit()
199 INIT_LIST_HEAD(&pipeline->list); in dsp_pipeline_init()
212 list_for_each_entry_safe(entry, n, &pipeline->list, list) { in _dsp_pipeline_destroy()
213 list_del(&entry->list); in _dsp_pipeline_destroy()
247 if (!list_empty(&pipeline->list)) in dsp_pipeline_build()
261 list_for_each_entry_safe(entry, n, &dsp_elements, list) in dsp_pipeline_build()
281 list_add_tail(&pipeline_entry->list, in dsp_pipeline_build()
282 &pipeline->list); in dsp_pipeline_build()
287 list, &pipeline->list); in dsp_pipeline_build()
318 if (!list_empty(&pipeline->list)) in dsp_pipeline_build()
338 list_for_each_entry(entry, &pipeline->list, list) in dsp_pipeline_process_tx()
351 list_for_each_entry_reverse(entry, &pipeline->list, list) in dsp_pipeline_process_rx()