Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
Daltera-msgdma.c169 struct msgdma_device { struct
170 spinlock_t lock;
171 struct device *dev;
172 struct tasklet_struct irq_tasklet;
173 struct list_head pending_list;
174 struct list_head free_list;
175 struct list_head active_list;
176 struct list_head done_list;
200 #define to_mdev(chan) container_of(chan, struct msgdma_device, dmachan) argument
/kernel/linux/linux-6.6/drivers/dma/
Daltera-msgdma.c170 struct msgdma_device { struct
171 spinlock_t lock;
172 struct device *dev;
173 struct tasklet_struct irq_tasklet;
174 struct list_head pending_list;
175 struct list_head free_list;
176 struct list_head active_list;
177 struct list_head done_list;
201 #define to_mdev(chan) container_of(chan, struct msgdma_device, dmachan) argument