Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Ddma-mapping.h283 void __dma_sync_single_for_device(struct device *dev, dma_addr_t addr,
308 __dma_sync_single_for_device(dev, addr, size, dir); in dma_sync_single_for_device()
/linux-6.14.4/kernel/dma/
Dmapping.c380 void __dma_sync_single_for_device(struct device *dev, dma_addr_t addr, in __dma_sync_single_for_device() function
395 EXPORT_SYMBOL(__dma_sync_single_for_device);
/linux-6.14.4/net/core/
Dpage_pool.c451 __dma_sync_single_for_device(pool->p.dev, dma_addr + pool->p.offset, in __page_pool_dma_sync_for_device()