Searched refs:dma_sync_sg_for_cpu (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | dma-mapping.h | 449 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function 481 static inline void dma_sync_sg_for_cpu(struct device *dev, in dma_sync_sg_for_cpu() function 583 dma_sync_sg_for_cpu(dev, sgt->sgl, sgt->orig_nents, dir); in dma_sync_sgtable_for_cpu()
|
| /linux/drivers/media/pci/ttpci/ |
| H A D | budget-core.c | 184 dma_sync_sg_for_cpu(&budget->dev->pci->dev, budget->pt.slist, in vpeirq()
|
| /linux/include/trace/events/ |
| H A D | dma.h | 485 DEFINE_SYNC_SG_EVENT(dma_sync_sg_for_cpu);
|
| /linux/drivers/spi/ |
| H A 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()
|
| /linux/drivers/tty/serial/ |
| H A D | pch_uart.c | 727 dma_sync_sg_for_cpu(port->dev, &priv->sg_rx, 1, DMA_FROM_DEVICE); in pch_dma_rx_complete()
|
| H A D | fsl_lpuart.c | 1179 dma_sync_sg_for_cpu(chan->device->dev, &sport->rx_sgl, 1, in lpuart_copy_rx_to_tty()
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci.c | 863 dma_sync_sg_for_cpu(mmc_dev(host->mmc), data->sg, in sdhci_adma_table_post()
|