Searched defs:dma_coherent_mem (Results 1 – 2 of 2) sorted by relevance
10 struct dma_coherent_mem { struct11 void *virt_base;12 dma_addr_t device_base;13 int size;14 int flags;38 dev->dma_mem = kzalloc(sizeof(struct dma_coherent_mem), GFP_KERNEL); in dma_declare_coherent_memory() argument
812 struct dma_coherent_mem { struct823 struct dma_coherent_mem *mem; in dt3155_alloc_coherent() argument