Searched refs:drm_mmap (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | libdrm_macros.h | 51 static inline void *drm_mmap(void *addr, size_t length, int prot, int flags, in drm_mmap() function 70 # define drm_mmap(addr, length, prot, flags, fd, offset) \ macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | drm_device.cpp | 32 #define drm_mmap(addr, length, prot, flags, fd, offset) \ macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drm.c | 1667 *address = drm_mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, handle); in drmMap()
|