Home
last modified time | relevance | path

Searched defs:imxdma_channel (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/dma/
Dimx-dma.c141 struct imxdma_channel { struct
142 int hw_chaining;
143 struct timer_list watchdog;
144 struct imxdma_engine *imxdma;
145 unsigned int channel;
147 struct tasklet_struct dma_tasklet;
148 struct list_head ld_free;
149 struct list_head ld_queue;
150 struct list_head ld_active;
151 int descs_allocated;
[all …]