Searched defs:xgene_dma_chan (Results 1 – 1 of 1) sorted by relevance
281 struct xgene_dma_chan { struct282 struct dma_chan dma_chan;283 struct xgene_dma *pdma;284 struct device *dev;285 int id;286 int rx_irq;287 char name[10];288 spinlock_t lock;289 int pending;290 int max_outstanding;[all …]