Searched refs:dma_cookie (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/ata/ |
| H A D | pata_pxa.c | 27 dma_cookie_t dma_cookie; member 39 status = dmaengine_tx_status(pd->dma_chan, pd->dma_cookie, NULL); in pxa_ata_dma_irq() 65 pd->dma_cookie = dmaengine_submit(tx); in pxa_qc_prep() 97 status = dmaengine_tx_status(pd->dma_chan, pd->dma_cookie, NULL); in pxa_bmdma_stop() 116 status = dmaengine_tx_status(pd->dma_chan, pd->dma_cookie, &state); in pxa_bmdma_status()
|
| /linux/drivers/media/platform/nvidia/tegra-vde/ |
| H A D | vde.c | 77 bo->dma_cookie = dma_alloc_attrs(dev, bo->size, &bo->dma_handle, in tegra_vde_alloc_bo() 79 if (!bo->dma_cookie) { in tegra_vde_alloc_bo() 86 err = dma_get_sgtable_attrs(dev, &bo->sgt, bo->dma_cookie, in tegra_vde_alloc_bo() 120 dma_free_attrs(dev, bo->size, bo->dma_cookie, bo->dma_handle, in tegra_vde_alloc_bo() 140 dma_free_attrs(dev, bo->size, bo->dma_cookie, bo->dma_handle, in tegra_vde_free_bo()
|
| H A D | vde.h | 90 void *dma_cookie; member
|
| /linux/drivers/mmc/host/ |
| H A D | pxamci.c | 71 dma_cookie_t dma_cookie; member 220 host->dma_cookie = dmaengine_submit(tx); in pxamci_setup_data() 546 status = dmaengine_tx_status(chan, host->dma_cookie, &state); in pxamci_dma_irq()
|
| /linux/drivers/gpib/eastwood/ |
| H A D | fluke_gpib.c | 566 dma_cookie_t dma_cookie; in fluke_dma_read() local 600 dma_cookie = dmaengine_submit(tx_desc); in fluke_dma_read() 643 residue = fluke_get_dma_residue(e_priv->dma_channel, dma_cookie); in fluke_dma_read()
|
| /linux/drivers/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 722 dma_cookie_t dma_cookie; in fmh_gpib_dma_read() local 758 dma_cookie = dmaengine_submit(tx_desc); in fmh_gpib_dma_read() 787 residue = fmh_gpib_get_dma_residue(e_priv->dma_channel, dma_cookie); in fmh_gpib_dma_read()
|