Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Ddma-mapping.h123 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
203 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function
386 dma_sync_sg_for_cpu(dev, sgt->sgl, sgt->orig_nents, dir); in dma_sync_sgtable_for_cpu()
/linux-5.19.10/kernel/dma/
Dmapping.c349 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu() function
361 EXPORT_SYMBOL(dma_sync_sg_for_cpu);
/linux-5.19.10/drivers/dma-buf/
Dudmabuf.c133 dma_sync_sg_for_cpu(dev, ubuf->sg->sgl, ubuf->sg->nents, in begin_cpu_udmabuf()
/linux-5.19.10/drivers/media/v4l2-core/
Dvideobuf-dma-sg.c582 dma_sync_sg_for_cpu(q->dev, mem->dma.sglist, in __videobuf_sync()
/linux-5.19.10/drivers/media/common/videobuf2/
Dvideobuf2-dma-sg.c479 dma_sync_sg_for_cpu(buf->dev, sgt->sgl, sgt->nents, buf->dma_dir); in vb2_dma_sg_dmabuf_ops_begin_cpu_access()
/linux-5.19.10/drivers/media/pci/ttpci/
Dbudget-core.c183 dma_sync_sg_for_cpu(&budget->dev->pci->dev, budget->pt.slist, in vpeirq()
/linux-5.19.10/drivers/spi/
Dspi-topcliff-pch.c797 dma_sync_sg_for_cpu(&data->master->dev, dma->sg_rx_p, dma->nent, in pch_spi_start_transfer()
800 dma_sync_sg_for_cpu(&data->master->dev, dma->sg_tx_p, dma->nent, in pch_spi_start_transfer()
Dspi-pl022.c818 dma_sync_sg_for_cpu(&pl022->adev->dev, in dma_callback()
/linux-5.19.10/drivers/media/platform/ti/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-5.19.10/Documentation/core-api/
Ddma-api-howto.rst619 dma_sync_sg_for_cpu(dev, sglist, nents, direction);
637 The 'nents' argument to dma_sync_sg_for_cpu() and
Ddma-api.rst426 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
/linux-5.19.10/drivers/tty/serial/
Dpch_uart.c729 dma_sync_sg_for_cpu(port->dev, &priv->sg_rx, 1, DMA_FROM_DEVICE); in pch_dma_rx_complete()
Datmel_serial.c1133 dma_sync_sg_for_cpu(port->dev, in atmel_rx_from_dma()
Dimx.c1175 dma_sync_sg_for_cpu(sport->port.dev, sgl, 1, in imx_uart_dma_rx_callback()
Dfsl_lpuart.c1184 dma_sync_sg_for_cpu(chan->device->dev, &sport->rx_sgl, 1, in lpuart_copy_rx_to_tty()
/linux-5.19.10/drivers/staging/media/av7110/
Dav7110.c1253 dma_sync_sg_for_cpu(&budget->dev->pci->dev, budget->pt.slist, in vpeirq()
/linux-5.19.10/drivers/mmc/host/
Ddw_mmc.c485 dma_sync_sg_for_cpu(mmc_dev(host->slot->mmc), in dw_mci_dmac_complete_dma()
Dsdhci.c832 dma_sync_sg_for_cpu(mmc_dev(host->mmc), data->sg, in sdhci_adma_table_post()