Lines Matching refs:active
177 struct list_head active; member
239 BUG_ON(!list_empty(&edmac->active)); in ep93xx_dma_set_active()
241 list_add_tail(&desc->node, &edmac->active); in ep93xx_dma_set_active()
257 list_move_tail(&d->node, &edmac->active); in ep93xx_dma_set_active()
265 if (list_empty(&edmac->active)) in ep93xx_dma_get_active()
268 return list_first_entry(&edmac->active, struct ep93xx_dma_desc, node); in ep93xx_dma_get_active()
287 list_rotate_left(&edmac->active); in ep93xx_dma_advance_active()
720 if (!list_empty(&edmac->active) || list_empty(&edmac->queue)) { in ep93xx_dma_advance_work()
756 list_splice_init(&edmac->active, &list); in ep93xx_dma_tasklet()
838 if (list_empty(&edmac->active)) { in ep93xx_dma_tx_submit()
948 BUG_ON(!list_empty(&edmac->active)); in ep93xx_dma_free_chan_resources()
1183 list_splice_init(&edmac->active, &list); in ep93xx_dma_terminate_all()
1308 INIT_LIST_HEAD(&edmac->active); in ep93xx_dma_probe()