OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drm_nouveau_channel_alloc
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
nouveau_drm.h
30
struct
drm_nouveau_channel_alloc
{
struct
194
#define
DRM_NOUVEAU_CHANNEL_ALLOC
0x02
207
#define DRM_IOCTL_NOUVEAU_CHANNEL_ALLOC DRM_IOWR(DRM_COMMAND_BASE +
DRM_NOUVEAU_CHANNEL_ALLOC
, struct
drm_nouveau_channel_alloc
)
/external/libdrm/nouveau/
abi16.c
43
struct
drm_nouveau_channel_alloc
req = {
49
ret = drmCommandWriteRead(drm->fd,
DRM_NOUVEAU_CHANNEL_ALLOC
,
66
struct
drm_nouveau_channel_alloc
req = {};
70
ret = drmCommandWriteRead(drm->fd,
DRM_NOUVEAU_CHANNEL_ALLOC
,
87
struct
drm_nouveau_channel_alloc
req = {};
96
ret = drmCommandWriteRead(drm->fd,
DRM_NOUVEAU_CHANNEL_ALLOC
,
/cts/hostsidetests/security/securityPatch/CVE-2017-6262/
local_poc.h
162
struct
drm_nouveau_channel_alloc
{
struct
186
#define
DRM_NOUVEAU_CHANNEL_ALLOC
0x02
216
#define DRM_IOCTL_NOUVEAU_CHANNEL_ALLOC DRM_IOWR(DRM_COMMAND_BASE +
DRM_NOUVEAU_CHANNEL_ALLOC
, struct
drm_nouveau_channel_alloc
)
/bionic/libc/kernel/uapi/drm/
nouveau_drm.h
108
#define
DRM_NOUVEAU_CHANNEL_ALLOC
0x02
/external/libdrm/include/drm/
nouveau_drm.h
38
struct
drm_nouveau_channel_alloc
{
struct
268
#define
DRM_NOUVEAU_CHANNEL_ALLOC
0x02
/external/kernel-headers/original/uapi/drm/
nouveau_drm.h
130
#define
DRM_NOUVEAU_CHANNEL_ALLOC
0x02 /* deprecated */
/cts/hostsidetests/security/securityPatch/CVE-2017-0333/
local_poc.h
204
#define
DRM_NOUVEAU_CHANNEL_ALLOC
0x02 /* deprecated */
Completed in 2003 milliseconds