OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_omap_gem_cpu_prep
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/drm/
omap_drm.h
57
struct
drm_omap_gem_cpu_prep
{
struct
77
#define
DRM_OMAP_GEM_CPU_PREP
0x04
84
#define DRM_IOCTL_OMAP_GEM_CPU_PREP DRM_IOW(DRM_COMMAND_BASE +
DRM_OMAP_GEM_CPU_PREP
, struct
drm_omap_gem_cpu_prep
)
/external/kernel-headers/original/uapi/drm/
omap_drm.h
77
struct
drm_omap_gem_cpu_prep
{
struct
110
#define
DRM_OMAP_GEM_CPU_PREP
0x04 /* Deprecated, to be removed */
118
#define DRM_IOCTL_OMAP_GEM_CPU_PREP DRM_IOW (DRM_COMMAND_BASE +
DRM_OMAP_GEM_CPU_PREP
, struct
drm_omap_gem_cpu_prep
)
/external/libdrm/omap/
omap_drm.h
88
struct
drm_omap_gem_cpu_prep
{
struct
122
#define
DRM_OMAP_GEM_CPU_PREP
0x04
131
#define DRM_IOCTL_OMAP_GEM_CPU_PREP DRM_IOW (DRM_COMMAND_BASE +
DRM_OMAP_GEM_CPU_PREP
, struct
drm_omap_gem_cpu_prep
)
omap_drm.c
457
struct
drm_omap_gem_cpu_prep
req = {
462
DRM_OMAP_GEM_CPU_PREP
, &req, sizeof(req));
Completed in 473 milliseconds