Searched refs:dma_sync_sg_for_device (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | dma-mapping.h | 431 static inline void dma_sync_sg_for_device(struct device *dev, in dma_sync_sg_for_device() function 460 static inline void dma_sync_sg_for_device(struct device *dev, in dma_sync_sg_for_device() function 575 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 | 470 DEFINE_SYNC_SG_EVENT(dma_sync_sg_for_device);
|
| /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 | imx.c | 1250 dma_sync_sg_for_device(sport->port.dev, sgl, 1, in imx_uart_dma_rx_callback()
|
| 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()
|