linux_dma_alloc_coherent
void *linux_dma_alloc_coherent(struct device *dev, size_t size,
return (linux_dma_alloc_coherent(dev, size, dma_handle, flag));
dr->mem = linux_dma_alloc_coherent(dev, size, dma_handle, flag);