Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-mapping.h391 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function
423 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function
525 dma_sync_sg_for_cpu(dev, sgt->sgl, sgt->orig_nents, dir); in dma_sync_sgtable_for_cpu()
/linux/include/trace/events/
H A Ddma.h469 DEFINE_SYNC_SG_EVENT(dma_sync_sg_for_cpu);
/linux/drivers/media/pci/ttpci/
H A Dbudget-core.c184 dma_sync_sg_for_cpu(&budget->dev->pci->dev, budget->pt.slist, in vpeirq()
/linux/drivers/spi/
H A 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()
H A Dspi-pl022.c711 dma_sync_sg_for_cpu(&pl022->adev->dev, in dma_callback()
/linux/Documentation/core-api/
H A Ddma-api-howto.rst639 dma_sync_sg_for_cpu(dev, sglist, nents, direction);
657 The 'nents' argument to dma_sync_sg_for_cpu() and
H A Ddma-api.rst385 dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg,
/linux/drivers/tty/serial/
H A Dpch_uart.c727 dma_sync_sg_for_cpu(port->dev, &priv->sg_rx, 1, DMA_FROM_DEVICE); in pch_dma_rx_complete()
H A Dimx.c1243 dma_sync_sg_for_cpu(sport->port.dev, sgl, 1, in imx_uart_dma_rx_callback()
H A Dfsl_lpuart.c1179 dma_sync_sg_for_cpu(chan->device->dev, &sport->rx_sgl, 1, in lpuart_copy_rx_to_tty()
/linux/drivers/staging/media/av7110/
H A Dav7110.c1241 dma_sync_sg_for_cpu(&budget->dev->pci->dev, budget->pt.slist, in vpeirq()
/linux/drivers/mmc/host/
H A Ddw_mmc.c483 dma_sync_sg_for_cpu(mmc_dev(host->slot->mmc), in dw_mci_dmac_complete_dma()
H A Dsdhci.c863 dma_sync_sg_for_cpu(mmc_dev(host->mmc), data->sg, in sdhci_adma_table_post()