Lines Matching refs:work_list
424 struct list_head work_list; member
2248 list_for_each_entry(desc, &pch->work_list, node) { in fill_queue()
2280 list_for_each_entry_safe(desc, _dt, &pch->work_list, node) { in pl330_tasklet()
2303 if (list_empty(&pch->work_list)) { in pl330_tasklet()
2516 list_for_each_entry(desc, &pch->work_list , node) { in pl330_terminate_all()
2522 list_splice_tail_init(&pch->work_list, &pl330->desc_pool); in pl330_terminate_all()
2574 list_splice_tail_init(&pch->work_list, &pch->dmac->desc_pool); in pl330_free_chan_resources()
2636 list_for_each_entry(desc, &pch->work_list, node) { in pl330_tx_status()
2686 if (list_empty(&pch->work_list)) { in pl330_issue_pending()
2696 list_splice_tail_init(&pch->submitted_list, &pch->work_list); in pl330_issue_pending()
3291 INIT_LIST_HEAD(&pch->work_list); in pl330_probe()