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

  /bionic/libc/kernel/uapi/drm/
drm.h 465 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE, nr, type)
477 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
479 #define DRM_IOCTL_GEM_CLOSE DRM_IOW(0x09, struct drm_gem_close)
484 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW(0x0d, struct drm_set_client_cap)
485 #define DRM_IOCTL_SET_UNIQUE DRM_IOW(0x10, struct drm_unique)
486 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW(0x11, struct drm_auth)
490 #define DRM_IOCTL_CONTROL DRM_IOW(0x14, struct drm_control)
494 #define DRM_IOCTL_MARK_BUFS DRM_IOW(0x17, struct drm_buf_desc)
497 #define DRM_IOCTL_FREE_BUFS DRM_IOW(0x1a, struct drm_buf_free)
499 #define DRM_IOCTL_RM_MAP DRM_IOW(0x1b, struct drm_map
    [all...]
  /external/kernel-headers/original/uapi/drm/
drm.h 687 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
698 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
699 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
703 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap)
705 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
706 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
709 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
712 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
715 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
717 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map
    [all...]
  /external/libdrm/include/drm/
drm.h 674 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
685 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
686 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
690 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap)
692 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
693 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
696 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
699 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
702 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
704 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm.h 616 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
627 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
628 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
632 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
633 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
636 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
639 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
642 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
644 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map)
646 #define DRM_IOCTL_SET_SAREA_CTX DRM_IOW( 0x1c, struct drm_ctx_priv_map
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm.h 625 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
636 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
637 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
642 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
643 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
646 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
649 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
652 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
654 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map)
656 #define DRM_IOCTL_SET_SAREA_CTX DRM_IOW( 0x1c, struct drm_ctx_priv_map
    [all...]

Completed in 291 milliseconds