Searched defs:msgdma_device (Results 1 – 1 of 1) sorted by relevance
170 struct msgdma_device { struct171 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