Searched defs:dmam_free_coherent (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/kernel/dma/ |
| H A D | mapping.c | 58 void dmam_free_coherent(struct device *dev, size_t size, void *vaddr, in dmam_free_coherent() function 66 EXPORT_SYMBOL(dmam_free_coherent); variable
|
| /kernel/linux/linux-6.6/kernel/dma/ |
| H A D | mapping.c | 65 void dmam_free_coherent(struct device *dev, size_t size, void *vaddr, in dmam_free_coherent() function 73 EXPORT_SYMBOL(dmam_free_coherent); variable
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | dma-mapping.h | 212 static inline void dmam_free_coherent(struct device *dev, size_t size, in dmam_free_coherent() function
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | dma-mapping.h | 231 static inline void dmam_free_coherent(struct device *dev, size_t size, in dmam_free_coherent() function
|
Completed in 6 milliseconds