Lines Matching defs:xgene_dma
216 struct xgene_dma *pdma;
272 struct xgene_dma *pdma;
290 * struct xgene_dma - internal representation of an X-Gene DMA device
302 struct xgene_dma {
344 static bool is_pq_enabled(struct xgene_dma *pdma)
1014 struct xgene_dma *pdma = (struct xgene_dma *)id;
1257 static int xgene_dma_init_rings(struct xgene_dma *pdma)
1273 static void xgene_dma_enable(struct xgene_dma *pdma)
1284 static void xgene_dma_disable(struct xgene_dma *pdma)
1293 static void xgene_dma_mask_interrupts(struct xgene_dma *pdma)
1314 static void xgene_dma_unmask_interrupts(struct xgene_dma *pdma)
1336 static void xgene_dma_init_hw(struct xgene_dma *pdma)
1364 static int xgene_dma_init_ring_mngr(struct xgene_dma *pdma)
1404 static int xgene_dma_init_mem(struct xgene_dma *pdma)
1431 static int xgene_dma_request_irqs(struct xgene_dma *pdma)
1470 static void xgene_dma_free_irqs(struct xgene_dma *pdma)
1531 static int xgene_dma_async_register(struct xgene_dma *pdma, int id)
1574 static int xgene_dma_init_async(struct xgene_dma *pdma)
1593 static void xgene_dma_async_unregister(struct xgene_dma *pdma)
1601 static void xgene_dma_init_channels(struct xgene_dma *pdma)
1618 struct xgene_dma *pdma)
1702 struct xgene_dma *pdma;
1781 struct xgene_dma *pdma = platform_get_drvdata(pdev);