Searched refs:all_slots (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm/include/asm/hardware/ |
D | iop_adma.h | 70 struct list_head all_slots; member
|
/linux-4.1.27/drivers/dma/ppc4xx/ |
D | adma.h | 98 struct list_head all_slots; member
|
D | adma.c | 1720 iter = list_entry(&chan->all_slots, in ppc440spe_adma_alloc_slots() 1723 list_for_each_entry_safe_continue(iter, _iter, &chan->all_slots, in ppc440spe_adma_alloc_slots() 1821 list_add_tail(&slot->slot_node, &ppc440spe_chan->all_slots); in ppc440spe_adma_alloc_chan_resources() 1827 list_entry(ppc440spe_chan->all_slots.next, in ppc440spe_adma_alloc_chan_resources() 3566 &ppc440spe_chan->all_slots, slot_node) { in ppc440spe_adma_free_chan_resources() 4156 INIT_LIST_HEAD(&chan->all_slots); in ppc440spe_adma_probe()
|
/linux-4.1.27/drivers/dma/ |
D | mv_xor.c | 369 iter = list_entry(&mv_chan->all_slots, in mv_xor_alloc_slot() 374 iter, _iter, &mv_chan->all_slots, slot_node) { in mv_xor_alloc_slot() 494 list_add_tail(&slot->slot_node, &mv_chan->all_slots); in mv_xor_alloc_chan_resources() 499 mv_chan->last_used = list_entry(mv_chan->all_slots.next, in mv_xor_alloc_chan_resources() 592 iter, _iter, &mv_chan->all_slots, slot_node) { in mv_xor_free_chan_resources() 1051 INIT_LIST_HEAD(&mv_chan->all_slots); in mv_xor_channel_add()
|
D | mv_xor.h | 116 struct list_head all_slots; member
|
D | iop-adma.c | 282 iter = list_entry(&iop_chan->all_slots, in iop_adma_alloc_slots() 287 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots() 467 list_add_tail(&slot->slot_node, &iop_chan->all_slots); in iop_adma_alloc_chan_resources() 472 iop_chan->last_used = list_entry(iop_chan->all_slots.next, in iop_adma_alloc_chan_resources() 741 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources() 1390 INIT_LIST_HEAD(&iop_chan->all_slots); in iop_adma_probe()
|