Searched refs:linux_dma_alloc_coherent (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | dma-mapping.h | 95 void *linux_dma_alloc_coherent(struct device *dev, size_t size, 152 return (linux_dma_alloc_coherent(dev, size, dma_handle, flag)); in dma_alloc_coherent()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_pci.c | 1555 linux_dma_alloc_coherent(struct device *dev, size_t size, in linux_dma_alloc_coherent() function 1619 dr->mem = linux_dma_alloc_coherent(dev, size, dma_handle, flag); in linuxkpi_dmam_alloc_coherent()
|