Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Domap-dma.c28 struct omap_dmadev { struct
29 struct dma_device ddev;
30 spinlock_t lock;
31 struct tasklet_struct task;
32 struct list_head pending;
33 void __iomem *base;
34 const struct omap_dma_reg *reg_map;
35 struct omap_system_dma_plat_info *plat;
36 bool legacy;
37 unsigned dma_requests;
[all …]