Home
last modified time | relevance | path

Searched refs:linux_dma_alloc_coherent (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h95 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 Dlinux_pci.c1555 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()