Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h97 void *linuxkpi_dmam_alloc_coherent(struct device *dev, size_t size,
168 return (linuxkpi_dmam_alloc_coherent(dev, size, dma_handle, flag)); in dmam_alloc_coherent()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1607 linuxkpi_dmam_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in linuxkpi_dmam_alloc_coherent() function