Lines Matching defs:cb_desc
195 struct list_head cb_desc;
537 &tdc->cb_desc);
586 list_add_tail(&dma_desc->cb_node, &tdc->cb_desc);
620 list_add_tail(&dma_desc->cb_node, &tdc->cb_desc);
644 while (!list_empty(&tdc->cb_desc)) {
645 dma_desc = list_first_entry(&tdc->cb_desc, typeof(*dma_desc),
781 while (!list_empty(&tdc->cb_desc)) {
782 dma_desc = list_first_entry(&tdc->cb_desc, typeof(*dma_desc),
1325 INIT_LIST_HEAD(&tdc->cb_desc);
1521 INIT_LIST_HEAD(&tdc->cb_desc);