Searched defs:drm_mmap (Results 1 – 1 of 1) sorted by relevance
49 static inline void *drm_mmap(void *addr, size_t length, int prot, int flags, in drm_mmap() function68 # define drm_mmap(addr, length, prot, flags, fd, offset) \ macro