Searched defs:xgene_dma_chan (Results 1 – 1 of 1) sorted by relevance
270 struct xgene_dma_chan { struct271 struct dma_chan dma_chan;272 struct xgene_dma *pdma;273 struct device *dev;274 int id;275 int rx_irq;276 char name[10];277 spinlock_t lock;278 int pending;279 int max_outstanding;[all …]