Searched refs:dma_mem (Results 1 – 2 of 2) sorted by relevance
52 caddr_t dma_mem; member188 hwdata->dma_mem = mmap(0, hwdata->dma_len, PROT_READ|PROT_WRITE, in GS_CreateYUVOverlay()190 if ( hwdata->dma_mem == MAP_FAILED ) { in GS_CreateYUVOverlay()196 hwdata->ipu_imem = hwdata->dma_mem; in GS_CreateYUVOverlay()450 if ( hwdata->dma_mem ) { in GS_FreeYUVOverlay()451 munmap(hwdata->dma_mem, hwdata->dma_len); in GS_FreeYUVOverlay()
334 struct dma_coherent_mem *dma_mem; /* internal for coherent mem member