Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/
Dep93xx_dma.c193 struct ep93xx_dma_chan { struct
197 struct ep93xx_dma_chan_cfg dma_cfg; argument
198 int irq;
199 struct clk *clk;
200 struct tasklet_struct tasklet;
202 spinlock_t lock;
203 unsigned long flags;
207 int buffer;
208 struct list_head active;
209 struct list_head queue;
[all …]