HomeSort by relevance Sort by last modified time
    Searched defs:drm_lock (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/drm/
drm.h 175 struct drm_lock { struct
479 #define DRM_IOCTL_LOCK DRM_IOW(0x2a, struct drm_lock)
480 #define DRM_IOCTL_UNLOCK DRM_IOW(0x2b, struct drm_lock)
481 #define DRM_IOCTL_FINISH DRM_IOW(0x2c, struct drm_lock)
580 typedef struct drm_lock drm_lock_t;
  /external/kernel-headers/original/uapi/drm/
drm.h 296 struct drm_lock { struct
823 #define DRM_IOCTL_LOCK DRM_IOW( 0x2a, struct drm_lock)
824 #define DRM_IOCTL_UNLOCK DRM_IOW( 0x2b, struct drm_lock)
825 #define DRM_IOCTL_FINISH DRM_IOW( 0x2c, struct drm_lock)
966 typedef struct drm_lock drm_lock_t;
  /external/libdrm/include/drm/
drm.h 290 struct drm_lock { struct
754 #define DRM_IOCTL_LOCK DRM_IOW( 0x2a, struct drm_lock)
755 #define DRM_IOCTL_UNLOCK DRM_IOW( 0x2b, struct drm_lock)
756 #define DRM_IOCTL_FINISH DRM_IOW( 0x2c, struct drm_lock)
869 typedef struct drm_lock drm_lock_t;
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 210 drmLock *drm_lock; member in struct:psb_driver_data_s
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm.h 286 struct drm_lock { struct
672 #define DRM_IOCTL_LOCK DRM_IOW( 0x2a, struct drm_lock)
673 #define DRM_IOCTL_UNLOCK DRM_IOW( 0x2b, struct drm_lock)
674 #define DRM_IOCTL_FINISH DRM_IOW( 0x2c, struct drm_lock)
779 typedef struct drm_lock drm_lock_t;

Completed in 102 milliseconds