Searched refs:drm_munmap (Results 1 – 3 of 3) sorted by relevance
63 # define drm_munmap(addr, length) \ macro74 static inline int drm_munmap(void *addr, size_t length) in drm_munmap() function
35 static inline int drm_munmap(void* addr, size_t length) { in drm_munmap() function
1687 return drm_munmap(address, size); in drmUnmap()1795 drm_munmap(bufs->list[i].address, bufs->list[i].total); in drmUnmapBufs()