Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Ddma-mapping.h315 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/
Ddma.h329 DEFINE_EVENT(dma_sync_sg, dma_sync_sg_for_cpu,
/linux-6.12.1/drivers/dma-buf/
Dudmabuf.c218 dma_sync_sg_for_cpu(dev, ubuf->sg->sgl, ubuf->sg->nents, in begin_cpu_udmabuf()
/linux-6.12.1/drivers/media/common/videobuf2/
Dvideobuf2-dma-sg.c472 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/
Dbudget-core.c184 dma_sync_sg_for_cpu(&budget->dev->pci->dev, budget->pt.slist, in vpeirq()
/linux-6.12.1/drivers/spi/
Dspi-topcliff-pch.c768 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()
Dspi-pl022.c711 dma_sync_sg_for_cpu(&pl022->adev->dev, in dma_callback()
/linux-6.12.1/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-6.12.1/Documentation/core-api/
Ddma-api-howto.rst639 dma_sync_sg_for_cpu(dev, sglist, nents, direction);
657 The 'nents' argument to dma_sync_sg_for_cpu() and
Ddma-api.rst440 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
/linux-6.12.1/drivers/tty/serial/
Dpch_uart.c727 dma_sync_sg_for_cpu(port->dev, &priv->sg_rx, 1, DMA_FROM_DEVICE); in pch_dma_rx_complete()
Dimx.c1232 dma_sync_sg_for_cpu(sport->port.dev, sgl, 1, in imx_uart_dma_rx_callback()
Dfsl_lpuart.c1178 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/
Dav7110.c1241 dma_sync_sg_for_cpu(&budget->dev->pci->dev, budget->pt.slist, in vpeirq()
/linux-6.12.1/drivers/mmc/host/
Ddw_mmc.c483 dma_sync_sg_for_cpu(mmc_dev(host->slot->mmc), in dw_mci_dmac_complete_dma()
Dsdhci.c859 dma_sync_sg_for_cpu(mmc_dev(host->mmc), data->sg, in sdhci_adma_table_post()