Searched refs:dma_mem (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsyuv.c52 caddr_t dma_mem; member in struct:private_yuvhwdata
188 hwdata->dma_mem = mmap(0, hwdata->dma_len, PROT_READ|PROT_WRITE,
190 if ( hwdata->dma_mem == MAP_FAILED ) {
196 hwdata->ipu_imem = hwdata->dma_mem;
450 if ( hwdata->dma_mem ) {
451 munmap(hwdata->dma_mem, hwdata->dma_len);
/external/kernel-headers/original/linux/
H A Ddevice.h334 struct dma_coherent_mem *dma_mem; /* internal for coherent mem member in struct:device

Completed in 1041 milliseconds