Searched defs:ep93xx_dma_engine (Results 1 – 1 of 1) sorted by relevance
203 struct ep93xx_dma_engine { struct204 struct dma_device dma_dev;205 bool m2m;206 int (*hw_setup)(struct ep93xx_dma_chan *);207 void (*hw_synchronize)(struct ep93xx_dma_chan *);208 void (*hw_shutdown)(struct ep93xx_dma_chan *);209 void (*hw_submit)(struct ep93xx_dma_chan *);210 int (*hw_interrupt)(struct ep93xx_dma_chan *);215 size_t num_channels;216 struct ep93xx_dma_chan channels[];