Searched refs:slot_node (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/dma/ |
D | iop-adma.c | 54 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/ |
D | iop_adma.h | 93 struct list_head slot_node; member
|
/linux-4.4.14/drivers/dma/ppc4xx/ |
D | adma.h | 151 struct list_head slot_node; member
|
D | adma.c | 1465 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 …]
|