Searched refs:dma_sync_sg_for_cpu (Results  1 – 19 of 19) sorted by relevance
| /Linux-v5.10/include/linux/ | 
| D | dma-mapping.h | 121 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,186 static inline void dma_sync_sg_for_cpu(struct device *dev,  in dma_sync_sg_for_cpu()  function
 363 	dma_sync_sg_for_cpu(dev, sgt->sgl, sgt->orig_nents, dir);  in dma_sync_sgtable_for_cpu()
 
 | 
| D | pci-dma-compat.h | 96 	dma_sync_sg_for_cpu(&hwdev->dev, sg, nelems, (enum dma_data_direction)direction);  in pci_dma_sync_sg_for_cpu()
 | 
| /Linux-v5.10/drivers/dma-buf/heaps/ | 
| D | heap-helpers.c | 210 		dma_sync_sg_for_cpu(a->dev, a->table.sgl, a->table.nents,  in dma_heap_dma_buf_begin_cpu_access()
 | 
| /Linux-v5.10/kernel/dma/ | 
| D | mapping.c | 282 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,  in dma_sync_sg_for_cpu()  function294 EXPORT_SYMBOL(dma_sync_sg_for_cpu);
 
 | 
| /Linux-v5.10/drivers/dma-buf/ | 
| D | udmabuf.c | 124 		dma_sync_sg_for_cpu(dev, ubuf->sg->sgl, ubuf->sg->nents,  in begin_cpu_udmabuf()
 | 
| /Linux-v5.10/drivers/media/common/videobuf2/ | 
| D | videobuf2-dma-sg.c | 468 	dma_sync_sg_for_cpu(buf->dev, sgt->sgl, sgt->nents, buf->dma_dir);  in vb2_dma_sg_dmabuf_ops_begin_cpu_access()
 | 
| /Linux-v5.10/drivers/media/v4l2-core/ | 
| D | videobuf-dma-sg.c | 583 	dma_sync_sg_for_cpu(q->dev, mem->dma.sglist,  in __videobuf_sync()
 | 
| /Linux-v5.10/drivers/spi/ | 
| D | spi-topcliff-pch.c | 794 	dma_sync_sg_for_cpu(&data->master->dev, dma->sg_rx_p, dma->nent,  in pch_spi_start_transfer()797 	dma_sync_sg_for_cpu(&data->master->dev, dma->sg_tx_p, dma->nent,  in pch_spi_start_transfer()
 
 | 
| D | spi-pl022.c | 827 		dma_sync_sg_for_cpu(&pl022->adev->dev,  in dma_callback()
 | 
| /Linux-v5.10/drivers/media/platform/omap3isp/ | 
| D | ispstat.c | 174 	dma_sync_sg_for_cpu(stat->isp->dev, buf->sgt.sgl,  in isp_stat_buf_sync_for_cpu()
 | 
| D | ispccdc.c | 449 		dma_sync_sg_for_cpu(isp->dev, req->table.sgt.sgl,  in ccdc_lsc_config()
 | 
| /Linux-v5.10/Documentation/core-api/ | 
| D | dma-api-howto.rst | 619 	dma_sync_sg_for_cpu(dev, sglist, nents, direction);637 	      The 'nents' argument to dma_sync_sg_for_cpu() and
 
 | 
| D | dma-api.rst | 426 	dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
 | 
| /Linux-v5.10/drivers/tty/serial/ | 
| D | pch_uart.c | 761 	dma_sync_sg_for_cpu(port->dev, &priv->sg_rx, 1, DMA_FROM_DEVICE);  in pch_dma_rx_complete()
 | 
| D | imx.c | 1190 			dma_sync_sg_for_cpu(sport->port.dev, sgl, 1,  in imx_uart_dma_rx_callback()
 | 
| D | atmel_serial.c | 1129 	dma_sync_sg_for_cpu(port->dev,  in atmel_rx_from_dma()
 | 
| D | fsl_lpuart.c | 1122 	dma_sync_sg_for_cpu(chan->device->dev, &sport->rx_sgl, 1,  in lpuart_copy_rx_to_tty()
 | 
| /Linux-v5.10/drivers/mmc/host/ | 
| D | dw_mmc.c | 479 		dma_sync_sg_for_cpu(mmc_dev(host->slot->mmc),  in dw_mci_dmac_complete_dma()
 | 
| D | sdhci.c | 821 			dma_sync_sg_for_cpu(mmc_dev(host->mmc), data->sg,  in sdhci_adma_table_post()
 |