Lines Matching defs:cb_desc
196 struct list_head cb_desc;
549 &tdc->cb_desc);
598 list_add_tail(&dma_desc->cb_node, &tdc->cb_desc);
632 list_add_tail(&dma_desc->cb_node, &tdc->cb_desc);
656 while (!list_empty(&tdc->cb_desc)) {
657 dma_desc = list_first_entry(&tdc->cb_desc, typeof(*dma_desc),
793 while (!list_empty(&tdc->cb_desc)) {
794 dma_desc = list_first_entry(&tdc->cb_desc, typeof(*dma_desc),
1337 INIT_LIST_HEAD(&tdc->cb_desc);
1533 INIT_LIST_HEAD(&tdc->cb_desc);