···5151 * @common: common dmaengine channel object members5252 * @last_used: place holder for allocation to continue from where it left off5353 * @all_slots: complete domain of slots usable by the channel5454- * @cleanup_watchdog: workaround missed interrupts on iop3xx5554 * @slots_allocated: records the actual size of the descriptor slot pool5655 * @irq_tasklet: bottom half where iop_adma_slot_cleanup runs5756 */···6465 struct dma_chan common;6566 struct iop_adma_desc_slot *last_used;6667 struct list_head all_slots;6767- struct timer_list cleanup_watchdog;6868 int slots_allocated;6969 struct tasklet_struct irq_tasklet;7070};