Searched refs:all_slots (Results 1 – 3 of 3) sorted by relevance
49 * @all_slots: complete domain of slots usable by the channel61 struct list_head all_slots; member 68 * @slot_node: node on the iop_adma_chan.all_slots list
79 * @all_slots: complete domain of slots usable by the channel95 struct list_head all_slots; member 124 * @slot_node: node on the iop_adma_chan.all_slots list
1703 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()