Home
last modified time | relevance | path

Searched refs:slot_node (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/dma/
Diop-adma.c54 slot = list_entry(slot->slot_node.next, in iop_adma_free_slots()
56 slot_node); in iop_adma_free_slots()
284 slot_node); in iop_adma_alloc_slots()
287 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
335 iter = list_entry(iter->slot_node.next, in iop_adma_alloc_slots()
337 slot_node); in iop_adma_alloc_slots()
459 INIT_LIST_HEAD(&slot->slot_node); in iop_adma_alloc_chan_resources()
467 list_add_tail(&slot->slot_node, &iop_chan->all_slots); in iop_adma_alloc_chan_resources()
474 slot_node); in iop_adma_alloc_chan_resources()
741 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources()
[all …]
/linux-4.4.14/arch/arm/include/asm/hardware/
Diop_adma.h93 struct list_head slot_node; member
/linux-4.4.14/drivers/dma/ppc4xx/
Dadma.h151 struct list_head slot_node; member
Dadma.c1465 slot = list_entry(slot->slot_node.next, in ppc440spe_adma_free_slots()
1467 slot_node); in ppc440spe_adma_free_slots()
1722 slot_node); in ppc440spe_adma_alloc_slots()
1724 slot_node) { in ppc440spe_adma_alloc_slots()
1757 iter = list_entry(iter->slot_node.next, in ppc440spe_adma_alloc_slots()
1759 slot_node); in ppc440spe_adma_alloc_slots()
1814 INIT_LIST_HEAD(&slot->slot_node); in ppc440spe_adma_alloc_chan_resources()
1821 list_add_tail(&slot->slot_node, &ppc440spe_chan->all_slots); in ppc440spe_adma_alloc_chan_resources()
1829 slot_node); in ppc440spe_adma_alloc_chan_resources()
3566 &ppc440spe_chan->all_slots, slot_node) { in ppc440spe_adma_free_chan_resources()
[all …]