Searched refs:dma_sync_sg_for_device (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | dma-mapping.h | 456 static inline void dma_sync_sg_for_device(struct device *dev, in dma_sync_sg_for_device() function 485 static inline void dma_sync_sg_for_device(struct device *dev, in dma_sync_sg_for_device() function 600 dma_sync_sg_for_device(dev, sgt->sgl, sgt->orig_nents, dir); in dma_sync_sgtable_for_device()
|
| /linux/include/trace/events/ |
| H A D | dma.h | 486 DEFINE_SYNC_SG_EVENT(dma_sync_sg_for_device);
|
| /linux/drivers/spi/ |
| H A D | spi-topcliff-pch.c | 1023 dma_sync_sg_for_device(&data->host->dev, sg, num, DMA_FROM_DEVICE); in pch_spi_handle_dma() 1085 dma_sync_sg_for_device(&data->host->dev, sg, num, DMA_TO_DEVICE); in pch_spi_handle_dma()
|
| /linux/drivers/tty/serial/ |
| H A D | pch_uart.c | 957 dma_sync_sg_for_device(port->dev, priv->sg_tx_p, num, DMA_TO_DEVICE); in dma_handle_tx()
|
| H A D | fsl_lpuart.c | 1240 dma_sync_sg_for_device(chan->device->dev, &sport->rx_sgl, 1, in lpuart_copy_rx_to_tty()
|