Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dimx-dma.c147 struct imxdma_channel { struct
148 int hw_chaining;
149 struct timer_list watchdog;
150 struct imxdma_engine *imxdma;
151 unsigned int channel;
153 struct tasklet_struct dma_tasklet;
154 struct list_head ld_free;
155 struct list_head ld_queue;
156 struct list_head ld_active;
157 int descs_allocated;
[all …]