Searched defs:ep93xx_dma_engine (Results 1 – 1 of 1) sorted by relevance
232 struct ep93xx_dma_engine { struct233 struct dma_device dma_dev;234 bool m2m;235 int (*hw_setup)(struct ep93xx_dma_chan *);236 void (*hw_synchronize)(struct ep93xx_dma_chan *);237 void (*hw_shutdown)(struct ep93xx_dma_chan *);238 void (*hw_submit)(struct ep93xx_dma_chan *);239 int (*hw_interrupt)(struct ep93xx_dma_chan *);244 size_t num_channels;