Symbol: vmw_res_func
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
102
static const struct vmw_res_func vmw_dx_context_func = {
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
74
static const struct vmw_res_func vmw_legacy_context_func = {
drivers/gpu/drm/vmwgfx/vmwgfx_context.c
87
static const struct vmw_res_func vmw_gb_context_func = {
drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c
132
static const struct vmw_res_func vmw_cotable_func = {
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
147
const struct vmw_res_func *func;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
97
struct vmw_res_func;
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
218
const struct vmw_res_func *func)
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
377
const struct vmw_res_func *func = res->func;
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
638
const struct vmw_res_func *func = res->func;
drivers/gpu/drm/vmwgfx/vmwgfx_resource_priv.h
121
const struct vmw_res_func res_func;
drivers/gpu/drm/vmwgfx/vmwgfx_resource_priv.h
144
const struct vmw_res_func *func);
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
105
static const struct vmw_res_func vmw_dx_shader_func = {
drivers/gpu/drm/vmwgfx/vmwgfx_shader.c
90
static const struct vmw_res_func vmw_gb_shader_func = {
drivers/gpu/drm/vmwgfx/vmwgfx_so.c
83
static const struct vmw_res_func vmw_view_func = {
drivers/gpu/drm/vmwgfx/vmwgfx_streamoutput.c
64
static const struct vmw_res_func vmw_dx_streamoutput_func = {
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
106
static const struct vmw_res_func vmw_legacy_surface_func = {
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c
121
static const struct vmw_res_func vmw_gb_surface_func = {