Searched refs:dma_sync_sg_for_cpu (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/include/linux/ |
D | dma-mapping.h | 315 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function 346 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function 444 dma_sync_sg_for_cpu(dev, sgt->sgl, sgt->orig_nents, dir); in dma_sync_sgtable_for_cpu()
|
/linux-6.12.1/include/trace/events/ |
D | dma.h | 329 DEFINE_EVENT(dma_sync_sg, dma_sync_sg_for_cpu,
|
/linux-6.12.1/drivers/dma-buf/ |
D | udmabuf.c | 218 dma_sync_sg_for_cpu(dev, ubuf->sg->sgl, ubuf->sg->nents, in begin_cpu_udmabuf()
|
/linux-6.12.1/drivers/media/common/videobuf2/ |
D | videobuf2-dma-sg.c | 472 dma_sync_sg_for_cpu(buf->dev, sgt->sgl, sgt->nents, buf->dma_dir); in vb2_dma_sg_dmabuf_ops_begin_cpu_access()
|
/linux-6.12.1/drivers/media/pci/ttpci/ |
D | budget-core.c | 184 dma_sync_sg_for_cpu(&budget->dev->pci->dev, budget->pt.slist, in vpeirq()
|
/linux-6.12.1/drivers/spi/ |
D | spi-topcliff-pch.c | 768 dma_sync_sg_for_cpu(&data->host->dev, dma->sg_rx_p, dma->nent, in pch_spi_start_transfer() 771 dma_sync_sg_for_cpu(&data->host->dev, dma->sg_tx_p, dma->nent, in pch_spi_start_transfer()
|
D | spi-pl022.c | 711 dma_sync_sg_for_cpu(&pl022->adev->dev, in dma_callback()
|
/linux-6.12.1/drivers/media/platform/ti/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-6.12.1/Documentation/core-api/ |
D | dma-api-howto.rst | 639 dma_sync_sg_for_cpu(dev, sglist, nents, direction); 657 The 'nents' argument to dma_sync_sg_for_cpu() and
|
D | dma-api.rst | 440 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
|
/linux-6.12.1/drivers/tty/serial/ |
D | pch_uart.c | 727 dma_sync_sg_for_cpu(port->dev, &priv->sg_rx, 1, DMA_FROM_DEVICE); in pch_dma_rx_complete()
|
D | imx.c | 1232 dma_sync_sg_for_cpu(sport->port.dev, sgl, 1, in imx_uart_dma_rx_callback()
|
D | fsl_lpuart.c | 1178 dma_sync_sg_for_cpu(chan->device->dev, &sport->rx_sgl, 1, in lpuart_copy_rx_to_tty()
|
/linux-6.12.1/drivers/staging/media/av7110/ |
D | av7110.c | 1241 dma_sync_sg_for_cpu(&budget->dev->pci->dev, budget->pt.slist, in vpeirq()
|
/linux-6.12.1/drivers/mmc/host/ |
D | dw_mmc.c | 483 dma_sync_sg_for_cpu(mmc_dev(host->slot->mmc), in dw_mci_dmac_complete_dma()
|
D | sdhci.c | 859 dma_sync_sg_for_cpu(mmc_dev(host->mmc), data->sg, in sdhci_adma_table_post()
|