Home
last modified time | relevance | path

Searched refs:dma_sync_sg_for_device (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Ddma-mapping.h431 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 Ddma.h470 DEFINE_SYNC_SG_EVENT(dma_sync_sg_for_device);
/linux/drivers/tty/serial/
H A Dpch_uart.c957 dma_sync_sg_for_device(port->dev, priv->sg_tx_p, num, DMA_TO_DEVICE); in dma_handle_tx()
H A Dimx.c1250 dma_sync_sg_for_device(sport->port.dev, sgl, 1, in imx_uart_dma_rx_callback()
H A Dfsl_lpuart.c1240 dma_sync_sg_for_device(chan->device->dev, &sport->rx_sgl, 1, in lpuart_copy_rx_to_tty()