xmm7360.c | 299 static void dma_free_coherent(struct device *, size_t, volatile void *, dma_addr_t); 694 dma_free_coherent(xmm->dev, sizeof(struct control_page), (volatile void *)xmm->cp, xmm->cp_phys); 754 dma_free_coherent(xmm->dev, ring->page_size, ring->pages[i], ring->pages_phys[i]); 760 dma_free_coherent(xmm->dev, sizeof(struct td_ring_entry)*depth, ring->tds, ring->tds_phys); 2895 dma_free_coherent(struct device *self, size_t sz, volatile void *vaddr, dma_addr_t phys) function in typeref:typename:void
|