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