Lines Matching defs:xgene_dma
215 struct xgene_dma *pdma;
271 struct xgene_dma *pdma;
289 * struct xgene_dma - internal representation of an X-Gene DMA device
301 struct xgene_dma {
343 static bool is_pq_enabled(struct xgene_dma *pdma)
1013 struct xgene_dma *pdma = (struct xgene_dma *)id;
1256 static int xgene_dma_init_rings(struct xgene_dma *pdma)
1272 static void xgene_dma_enable(struct xgene_dma *pdma)
1283 static void xgene_dma_disable(struct xgene_dma *pdma)
1292 static void xgene_dma_mask_interrupts(struct xgene_dma *pdma)
1313 static void xgene_dma_unmask_interrupts(struct xgene_dma *pdma)
1335 static void xgene_dma_init_hw(struct xgene_dma *pdma)
1363 static int xgene_dma_init_ring_mngr(struct xgene_dma *pdma)
1403 static int xgene_dma_init_mem(struct xgene_dma *pdma)
1430 static int xgene_dma_request_irqs(struct xgene_dma *pdma)
1469 static void xgene_dma_free_irqs(struct xgene_dma *pdma)
1530 static int xgene_dma_async_register(struct xgene_dma *pdma, int id)
1573 static int xgene_dma_init_async(struct xgene_dma *pdma)
1592 static void xgene_dma_async_unregister(struct xgene_dma *pdma)
1600 static void xgene_dma_init_channels(struct xgene_dma *pdma)
1617 struct xgene_dma *pdma)
1701 struct xgene_dma *pdma;
1780 struct xgene_dma *pdma = platform_get_drvdata(pdev);