Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-mapping.h464 static inline void dma_sync_sg_for_device(struct device *dev, in dma_sync_sg_for_device() function
493 static inline void dma_sync_sg_for_device(struct device *dev, in dma_sync_sg_for_device() function
608 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.h487 DEFINE_SYNC_SG_EVENT(dma_sync_sg_for_device);
/linux/Documentation/core-api/
H A Ddma-api.rst390 dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg,
/linux/drivers/tty/serial/
H A Dfsl_lpuart.c1240 dma_sync_sg_for_device(chan->device->dev, &sport->rx_sgl, 1, in lpuart_copy_rx_to_tty()