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()
269 list_for_each_entry_safe(entry, n, &dsp_elements, list) in dsp_pipeline_build()
289 list_add_tail(&pipeline_entry->list, in dsp_pipeline_build()
290 &pipeline->list); in dsp_pipeline_build()
295 list, &pipeline->list); in dsp_pipeline_build()
326 if (!list_empty(&pipeline->list)) in dsp_pipeline_build()
346 list_for_each_entry(entry, &pipeline->list, list) in dsp_pipeline_process_tx()
359 list_for_each_entry_reverse(entry, &pipeline->list, list) in dsp_pipeline_process_rx()