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

  /cts/hostsidetests/security/securityPatch/CVE-2016-6733/
local_pwn.h 58 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
59 #define DRM_IOCTL_TEGRA_OPEN_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_OPEN_CHANNEL, struct drm_tegra_open_channel)
60 #define DRM_IOCTL_TEGRA_CLOSE_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_CLOSE_CHANNEL, struct drm_tegra_open_channel)
poc.c 71 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
72 #define DRM_IOCTL_TEGRA_OPEN_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_OPEN_CHANNEL, struct drm_tegra_open_channel)
73 #define DRM_IOCTL_TEGRA_CLOSE_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_CLOSE_CHANNEL, struct drm_tegra_open_channel)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6730/
poc.c 80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
82 #define DRM_IOCTL_TEGRA_OPEN_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_OPEN_CHANNEL, struct drm_tegra_open_channel)
83 #define DRM_IOCTL_TEGRA_CLOSE_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_CLOSE_CHANNEL, struct drm_tegra_open_channel)
84 #define DRM_IOCTL_TEGRA_GET_CLK_CONSTRAINT DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_GET_CLK_CONSTRAINT, struct drm_tegra_constraint)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6731/
poc.c 80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
82 #define DRM_IOCTL_TEGRA_OPEN_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_OPEN_CHANNEL, struct drm_tegra_open_channel)
83 #define DRM_IOCTL_TEGRA_CLOSE_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_CLOSE_CHANNEL, struct drm_tegra_open_channel)
84 #define DRM_IOCTL_TEGRA_SET_CLK_CONSTRAINT DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_SET_CLK_CONSTRAINT, struct drm_tegra_constraint)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6732/
poc.c 72 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
73 #define DRM_IOCTL_TEGRA_OPEN_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_OPEN_CHANNEL, struct drm_tegra_open_channel)
74 #define DRM_IOCTL_TEGRA_CLOSE_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_CLOSE_CHANNEL, struct drm_tegra_open_channel)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6734/
poc.c 76 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
78 #define DRM_IOCTL_TEGRA_OPEN_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_OPEN_CHANNEL, struct drm_tegra_open_channel)
79 #define DRM_IOCTL_TEGRA_CLOSE_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_CLOSE_CHANNEL, struct drm_tegra_open_channel)
80 #define DRM_IOCTL_TEGRA_START_KEEPON DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_START_KEEPON, struct drm_tegra_keepon)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6735/
poc.c 77 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
79 #define DRM_IOCTL_TEGRA_OPEN_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_OPEN_CHANNEL, struct drm_tegra_open_channel)
80 #define DRM_IOCTL_TEGRA_CLOSE_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_CLOSE_CHANNEL, struct drm_tegra_open_channel)
81 #define DRM_IOCTL_TEGRA_STOP_KEEPON DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_STOP_KEEPON, struct drm_tegra_keepon)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6736/
poc.c 91 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
93 #define DRM_IOCTL_TEGRA_OPEN_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_OPEN_CHANNEL, struct drm_tegra_open_channel)
94 #define DRM_IOCTL_TEGRA_CLOSE_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_CLOSE_CHANNEL, struct drm_tegra_open_channel)
95 #define DRM_IOCTL_TEGRA_SUBMIT DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_SUBMIT, struct drm_tegra_submit)
  /cts/hostsidetests/security/securityPatch/CVE-2016-8435/
local_pwn.h 77 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
78 #define DRM_IOCTL_TEGRA_OPEN_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_OPEN_CHANNEL, struct drm_tegra_open_channel)
79 #define DRM_IOCTL_TEGRA_CLOSE_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_CLOSE_CHANNEL, struct drm_tegra_open_channel)
80 #define DRM_IOCTL_TEGRA_SUBMIT DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_SUBMIT, struct drm_tegra_submit)
  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
local_poc.h 116 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
119 #define DRM_IOCTL_TEGRA_OPEN_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_OPEN_CHANNEL, struct drm_tegra_open_channel)
120 #define DRM_IOCTL_TEGRA_CLOSE_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_CLOSE_CHANNEL, struct drm_tegra_open_channel)
121 #define DRM_IOCTL_TEGRA_SUBMIT DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_SUBMIT, struct drm_tegra_submit)
122 #define DRM_IOCTL_TEGRA_GEM_CREATE DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_GEM_CREATE, struct drm_tegra_gem_create)
124 #define DRM_IOCTL_MODE_MAP_DUMB DRM_IOWR(0xB3, struct drm_mode_map_dumb)
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
local_poc.h 116 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
119 #define DRM_IOCTL_TEGRA_OPEN_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_OPEN_CHANNEL, struct drm_tegra_open_channel)
120 #define DRM_IOCTL_TEGRA_CLOSE_CHANNEL DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_CLOSE_CHANNEL, struct drm_tegra_open_channel)
121 #define DRM_IOCTL_TEGRA_SUBMIT DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_SUBMIT, struct drm_tegra_submit)
122 #define DRM_IOCTL_TEGRA_GEM_CREATE DRM_IOWR(DRM_COMMAND_BASE + DRM_TEGRA_GEM_CREATE, struct drm_tegra_gem_create)
124 #define DRM_IOCTL_MODE_MAP_DUMB DRM_IOWR(0xB3, struct drm_mode_map_dumb)
  /bionic/libc/kernel/uapi/drm/
drm.h 390 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE, nr, type)
391 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version)
392 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
394 #define DRM_IOCTL_IRQ_BUSID DRM_IOWR(0x03, struct drm_irq_busid)
395 #define DRM_IOCTL_GET_MAP DRM_IOWR(0x04, struct drm_map)
396 #define DRM_IOCTL_GET_CLIENT DRM_IOWR(0x05, struct drm_client)
398 #define DRM_IOCTL_SET_VERSION DRM_IOWR(0x07, struct drm_set_version)
401 #define DRM_IOCTL_GEM_FLINK DRM_IOWR(0x0a, struct drm_gem_flink)
402 #define DRM_IOCTL_GEM_OPEN DRM_IOWR(0x0b, struct drm_gem_open)
403 #define DRM_IOCTL_GET_CAP DRM_IOWR(0x0c, struct drm_get_cap
    [all...]
  /external/kernel-headers/original/uapi/drm/
drm.h 713 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
715 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version)
716 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
718 #define DRM_IOCTL_IRQ_BUSID DRM_IOWR(0x03, struct drm_irq_busid)
719 #define DRM_IOCTL_GET_MAP DRM_IOWR(0x04, struct drm_map)
720 #define DRM_IOCTL_GET_CLIENT DRM_IOWR(0x05, struct drm_client)
722 #define DRM_IOCTL_SET_VERSION DRM_IOWR(0x07, struct drm_set_version)
725 #define DRM_IOCTL_GEM_FLINK DRM_IOWR(0x0a, struct drm_gem_flink)
726 #define DRM_IOCTL_GEM_OPEN DRM_IOWR(0x0b, struct drm_gem_open)
727 #define DRM_IOCTL_GET_CAP DRM_IOWR(0x0c, struct drm_get_cap
    [all...]
  /external/libdrm/include/drm/
drm.h 707 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
709 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version)
710 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
712 #define DRM_IOCTL_IRQ_BUSID DRM_IOWR(0x03, struct drm_irq_busid)
713 #define DRM_IOCTL_GET_MAP DRM_IOWR(0x04, struct drm_map)
714 #define DRM_IOCTL_GET_CLIENT DRM_IOWR(0x05, struct drm_client)
716 #define DRM_IOCTL_SET_VERSION DRM_IOWR(0x07, struct drm_set_version)
719 #define DRM_IOCTL_GEM_FLINK DRM_IOWR(0x0a, struct drm_gem_flink)
720 #define DRM_IOCTL_GEM_OPEN DRM_IOWR(0x0b, struct drm_gem_open)
721 #define DRM_IOCTL_GET_CAP DRM_IOWR(0x0c, struct drm_get_cap
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm.h 617 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
619 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version)
620 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
622 #define DRM_IOCTL_IRQ_BUSID DRM_IOWR(0x03, struct drm_irq_busid)
623 #define DRM_IOCTL_GET_MAP DRM_IOWR(0x04, struct drm_map)
624 #define DRM_IOCTL_GET_CLIENT DRM_IOWR(0x05, struct drm_client)
626 #define DRM_IOCTL_SET_VERSION DRM_IOWR(0x07, struct drm_set_version)
629 #define DRM_IOCTL_GEM_FLINK DRM_IOWR(0x0a, struct drm_gem_flink)
630 #define DRM_IOCTL_GEM_OPEN DRM_IOWR(0x0b, struct drm_gem_open)
634 #define DRM_IOCTL_BLOCK DRM_IOWR(0x12, struct drm_block
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm.h 626 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
628 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version)
629 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
631 #define DRM_IOCTL_IRQ_BUSID DRM_IOWR(0x03, struct drm_irq_busid)
632 #define DRM_IOCTL_GET_MAP DRM_IOWR(0x04, struct drm_map)
633 #define DRM_IOCTL_GET_CLIENT DRM_IOWR(0x05, struct drm_client)
635 #define DRM_IOCTL_SET_VERSION DRM_IOWR(0x07, struct drm_set_version)
638 #define DRM_IOCTL_GEM_FLINK DRM_IOWR(0x0a, struct drm_gem_flink)
639 #define DRM_IOCTL_GEM_OPEN DRM_IOWR(0x0b, struct drm_gem_open)
640 #define DRM_IOCTL_GET_CAP DRM_IOWR(0x0c, struct drm_get_cap
    [all...]

Completed in 1122 milliseconds