Home
last modified time | relevance | path

Searched refs:dma_sync_sg_for_cpu (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.4/include/linux/
Dpci-dma-compat.h96 dma_sync_sg_for_cpu(&hwdev->dev, sg, nelems, (enum dma_data_direction)direction); in pci_dma_sync_sg_for_cpu()
Ddma-mapping.h408 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function
507 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function
/Linux-v5.4/drivers/media/common/videobuf2/
Dvideobuf2-dma-sg.c218 dma_sync_sg_for_cpu(buf->dev, sgt->sgl, sgt->orig_nents, buf->dma_dir); in vb2_dma_sg_finish()
Dvideobuf2-dma-contig.c115 dma_sync_sg_for_cpu(buf->dev, sgt->sgl, sgt->orig_nents, buf->dma_dir); in vb2_dc_finish()
/Linux-v5.4/drivers/staging/android/ion/
Dion.c312 dma_sync_sg_for_cpu(a->dev, a->table->sgl, a->table->nents, in ion_dma_buf_begin_cpu_access()
/Linux-v5.4/drivers/media/v4l2-core/
Dvideobuf-dma-sg.c581 dma_sync_sg_for_cpu(q->dev, mem->dma.sglist, in __videobuf_sync()
/Linux-v5.4/drivers/gpu/drm/tegra/
Dgem.c565 dma_sync_sg_for_cpu(drm->dev, bo->sgt->sgl, bo->sgt->nents, in tegra_gem_prime_begin_cpu_access()
/Linux-v5.4/drivers/gpu/drm/etnaviv/
Detnaviv_gem.c407 dma_sync_sg_for_cpu(dev->dev, etnaviv_obj->sgt->sgl, in etnaviv_gem_cpu_prep()
/Linux-v5.4/drivers/spi/
Dspi-topcliff-pch.c790 dma_sync_sg_for_cpu(&data->master->dev, dma->sg_rx_p, dma->nent, in pch_spi_start_transfer()
793 dma_sync_sg_for_cpu(&data->master->dev, dma->sg_tx_p, dma->nent, in pch_spi_start_transfer()
Dspi-pl022.c824 dma_sync_sg_for_cpu(&pl022->adev->dev, in dma_callback()
/Linux-v5.4/drivers/pci/controller/
Dvmd.c381 dma_sync_sg_for_cpu(to_vmd_dev(dev), sg, nents, dir); in vmd_sync_sg_for_cpu()
/Linux-v5.4/drivers/media/platform/omap3isp/
Dispstat.c174 dma_sync_sg_for_cpu(stat->isp->dev, buf->sgt.sgl, in isp_stat_buf_sync_for_cpu()
Dispccdc.c449 dma_sync_sg_for_cpu(isp->dev, req->table.sgt.sgl, in ccdc_lsc_config()
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_gem.c69 dma_sync_sg_for_cpu(dev, msm_obj->sgt->sgl, in sync_for_cpu()
/Linux-v5.4/Documentation/
DDMA-API-HOWTO.txt619 dma_sync_sg_for_cpu(dev, sglist, nents, direction);
637 The 'nents' argument to dma_sync_sg_for_cpu() and
DDMA-API.txt418 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
/Linux-v5.4/drivers/tty/serial/
Dpch_uart.c767 dma_sync_sg_for_cpu(port->dev, &priv->sg_rx, 1, DMA_FROM_DEVICE); in pch_dma_rx_complete()
Datmel_serial.c1126 dma_sync_sg_for_cpu(port->dev, in atmel_rx_from_dma()
Dfsl_lpuart.c1074 dma_sync_sg_for_cpu(sport->port.dev, &sport->rx_sgl, 1, DMA_FROM_DEVICE); in lpuart_copy_rx_to_tty()
Dimx.c1094 dma_sync_sg_for_cpu(sport->port.dev, sgl, 1, in imx_uart_dma_rx_callback()
/Linux-v5.4/drivers/mmc/host/
Ddw_mmc.c479 dma_sync_sg_for_cpu(mmc_dev(host->slot->mmc), in dw_mci_dmac_complete_dma()
Dsdhci.c798 dma_sync_sg_for_cpu(mmc_dev(host->mmc), data->sg, in sdhci_adma_table_post()