Home
last modified time | relevance | path

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

/Linux-v4.19/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.h405 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function
/Linux-v4.19/drivers/staging/android/ion/
Dion.c338 dma_sync_sg_for_cpu(a->dev, a->table->sgl, a->table->nents, in ion_dma_buf_begin_cpu_access()
/Linux-v4.19/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-v4.19/drivers/media/v4l2-core/
Dvideobuf-dma-sg.c584 dma_sync_sg_for_cpu(q->dev, mem->dma.sglist, in __videobuf_sync()
/Linux-v4.19/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-v4.19/drivers/usb/core/
Dusb.c1105 dma_sync_sg_for_cpu(controller, sg, n_hw_ents,
/Linux-v4.19/drivers/gpu/drm/etnaviv/
Detnaviv_gem.c413 dma_sync_sg_for_cpu(dev->dev, etnaviv_obj->sgt->sgl, in etnaviv_gem_cpu_prep()
/Linux-v4.19/drivers/spi/
Dspi-topcliff-pch.c799 dma_sync_sg_for_cpu(&data->master->dev, dma->sg_rx_p, dma->nent, in pch_spi_start_transfer()
802 dma_sync_sg_for_cpu(&data->master->dev, dma->sg_tx_p, dma->nent, in pch_spi_start_transfer()
Dspi-pl022.c832 dma_sync_sg_for_cpu(&pl022->adev->dev, in dma_callback()
/Linux-v4.19/drivers/media/platform/omap3isp/
Dispstat.c177 dma_sync_sg_for_cpu(stat->isp->dev, buf->sgt.sgl, in isp_stat_buf_sync_for_cpu()
Dispccdc.c452 dma_sync_sg_for_cpu(isp->dev, req->table.sgt.sgl, in ccdc_lsc_config()
/Linux-v4.19/Documentation/
DDMA-API-HOWTO.txt659 dma_sync_sg_for_cpu(dev, sglist, nents, direction);
677 The 'nents' argument to dma_sync_sg_for_cpu() and
DDMA-API.txt411 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
/Linux-v4.19/drivers/tty/serial/
Dpch_uart.c769 dma_sync_sg_for_cpu(port->dev, &priv->sg_rx, 1, DMA_FROM_DEVICE); in pch_dma_rx_complete()
Dimx.c1089 dma_sync_sg_for_cpu(sport->port.dev, sgl, 1, in imx_uart_dma_rx_callback()
Dfsl_lpuart.c911 dma_sync_sg_for_cpu(sport->port.dev, &sport->rx_sgl, 1, DMA_FROM_DEVICE); in lpuart_copy_rx_to_tty()
Datmel_serial.c1030 dma_sync_sg_for_cpu(port->dev, in atmel_rx_from_dma()
/Linux-v4.19/drivers/mmc/host/
Ddw_mmc.c505 dma_sync_sg_for_cpu(mmc_dev(host->slot->mmc), in dw_mci_dmac_complete_dma()
Dsdhci.c683 dma_sync_sg_for_cpu(mmc_dev(host->mmc), data->sg, in sdhci_adma_table_post()