Searched refs:dma_pq (Results 1 – 2 of 2) sorted by relevance
597 dma_addr_t *dma_pq; in dmatest_func() local670 dma_pq = kcalloc(dst->cnt, sizeof(dma_addr_t), GFP_KERNEL); in dmatest_func()671 if (!dma_pq) in dmatest_func()795 dma_pq[i] = dsts[i] + dst->off; in dmatest_func()796 tx = dev->device_prep_dma_pq(chan, dma_pq, srcs, in dmatest_func()908 kfree(dma_pq); in dmatest_func()
1166 CHECK_CAP(dma_pq, DMA_PQ); in dma_async_device_register()