Home
last modified time | relevance | path

Searched refs:all_slots (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/platform_data/
H A Ddma-iop32x.h49 * @all_slots: complete domain of slots usable by the channel
61 struct list_head all_slots; member
68 * @slot_node: node on the iop_adma_chan.all_slots list
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Ddma-iop32x.h49 * @all_slots: complete domain of slots usable by the channel
61 struct list_head all_slots; member
68 * @slot_node: node on the iop_adma_chan.all_slots list
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/
H A Dadma.h82 * @all_slots: complete domain of slots usable by the channel
98 struct list_head all_slots; member
127 * @slot_node: node on the iop_adma_chan.all_slots list
H A Dadma.c1705 iter = list_entry(&chan->all_slots, in ppc440spe_adma_alloc_slots()
1708 list_for_each_entry_safe_continue(iter, _iter, &chan->all_slots, in ppc440spe_adma_alloc_slots()
1806 list_add_tail(&slot->slot_node, &ppc440spe_chan->all_slots); in ppc440spe_adma_alloc_chan_resources()
1812 list_entry(ppc440spe_chan->all_slots.next, in ppc440spe_adma_alloc_chan_resources()
3551 &ppc440spe_chan->all_slots, slot_node) { in ppc440spe_adma_free_chan_resources()
4139 INIT_LIST_HEAD(&chan->all_slots); in ppc440spe_adma_probe()
/kernel/linux/linux-6.6/drivers/dma/ppc4xx/
H A Dadma.h79 * @all_slots: complete domain of slots usable by the channel
95 struct list_head all_slots; member
124 * @slot_node: node on the iop_adma_chan.all_slots list
H A Dadma.c1703 iter = list_entry(&chan->all_slots, in ppc440spe_adma_alloc_slots()
1706 list_for_each_entry_safe_continue(iter, _iter, &chan->all_slots, in ppc440spe_adma_alloc_slots()
1804 list_add_tail(&slot->slot_node, &ppc440spe_chan->all_slots); in ppc440spe_adma_alloc_chan_resources()
1810 list_entry(ppc440spe_chan->all_slots.next, in ppc440spe_adma_alloc_chan_resources()
3548 &ppc440spe_chan->all_slots, slot_node) { in ppc440spe_adma_free_chan_resources()
4136 INIT_LIST_HEAD(&chan->all_slots); in ppc440spe_adma_probe()
/kernel/linux/linux-5.10/drivers/dma/
H A Diop-adma.c273 iter = list_entry(&iop_chan->all_slots, in iop_adma_alloc_slots()
278 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
455 list_add_tail(&slot->slot_node, &iop_chan->all_slots); in iop_adma_alloc_chan_resources()
460 iop_chan->last_used = list_entry(iop_chan->all_slots.next, in iop_adma_alloc_chan_resources()
729 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources()
1379 INIT_LIST_HEAD(&iop_chan->all_slots); in iop_adma_probe()

Completed in 14 milliseconds