Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-mapping.h421 void __dma_sync_single_for_device(struct device *dev, dma_addr_t addr,
446 __dma_sync_single_for_device(dev, addr, size, dir); in dma_sync_single_for_device()
/linux/kernel/dma/
H A Dmapping.c401 void __dma_sync_single_for_device(struct device *dev, dma_addr_t addr, in __dma_sync_single_for_device() function
416 EXPORT_SYMBOL(__dma_sync_single_for_device);
/linux/net/core/
H A Dpage_pool.c460 __dma_sync_single_for_device(pool->p.dev, dma_addr + pool->p.offset, in __page_pool_dma_sync_for_device()
/linux/io_uring/
H A Dzcrx.c319 __dma_sync_single_for_device(dev, dma_addr + pp->p.offset, in zcrx_sync_for_device()