static void dmam_coherent_release(struct device *dev, void *res) { struct dma_devres *this = res;
dma_free_coherent(dev, this->size, this->vaddr, this->dma_handle);
}