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