Home
last modified time | relevance | path

Searched refs:goldfish_dma_ioctl_info (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Dgoldfish_dma.h33 #define GOLDFISH_DMA_IOC_LOCK _IOWR(GOLDFISH_DMA_IOC_MAGIC, 0, struct goldfish_dma_ioctl_info)
34 #define GOLDFISH_DMA_IOC_UNLOCK _IOWR(GOLDFISH_DMA_IOC_MAGIC, 1, struct goldfish_dma_ioctl_info)
35 #define GOLDFISH_DMA_IOC_GETOFF _IOWR(GOLDFISH_DMA_IOC_MAGIC, 2, struct goldfish_dma_ioctl_info)
36 …ine GOLDFISH_DMA_IOC_CREATE_REGION _IOWR(GOLDFISH_DMA_IOC_MAGIC, 3, struct goldfish_dma_ioctl_info)
38 struct goldfish_dma_ioctl_info { struct
Dgoldfish_dma.cpp24 struct goldfish_dma_ioctl_info info; in goldfish_dma_lock()
30 struct goldfish_dma_ioctl_info info; in goldfish_dma_unlock()
43 struct goldfish_dma_ioctl_info info; in goldfish_dma_create_region()
92 struct goldfish_dma_ioctl_info info; in goldfish_dma_free()
97 struct goldfish_dma_ioctl_info info; in goldfish_dma_guest_paddr()