Home
last modified time | relevance | path

Searched refs:all_slots (Results 1 – 5 of 5) sorted by relevance

/drivers/dma/
Dmv_xor.c373 iter = list_entry(&mv_chan->all_slots, in mv_xor_alloc_slot()
378 iter, _iter, &mv_chan->all_slots, slot_node) { in mv_xor_alloc_slot()
498 list_add_tail(&slot->slot_node, &mv_chan->all_slots); in mv_xor_alloc_chan_resources()
503 mv_chan->last_used = list_entry(mv_chan->all_slots.next, in mv_xor_alloc_chan_resources()
596 iter, _iter, &mv_chan->all_slots, slot_node) { in mv_xor_free_chan_resources()
1064 INIT_LIST_HEAD(&mv_chan->all_slots); in mv_xor_channel_add()
Diop-adma.c286 iter = list_entry(&iop_chan->all_slots, in iop_adma_alloc_slots()
291 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
471 list_add_tail(&slot->slot_node, &iop_chan->all_slots); in iop_adma_alloc_chan_resources()
476 iop_chan->last_used = list_entry(iop_chan->all_slots.next, in iop_adma_alloc_chan_resources()
745 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources()
1394 INIT_LIST_HEAD(&iop_chan->all_slots); in iop_adma_probe()
Dmv_xor.h120 struct list_head all_slots; member
/drivers/dma/ppc4xx/
Dadma.h98 struct list_head all_slots; member
Dadma.c1724 iter = list_entry(&chan->all_slots, in ppc440spe_adma_alloc_slots()
1727 list_for_each_entry_safe_continue(iter, _iter, &chan->all_slots, in ppc440spe_adma_alloc_slots()
1825 list_add_tail(&slot->slot_node, &ppc440spe_chan->all_slots); in ppc440spe_adma_alloc_chan_resources()
1831 list_entry(ppc440spe_chan->all_slots.next, in ppc440spe_adma_alloc_chan_resources()
3570 &ppc440spe_chan->all_slots, slot_node) { in ppc440spe_adma_free_chan_resources()
4160 INIT_LIST_HEAD(&chan->all_slots); in ppc440spe_adma_probe()