HomeSort by: relevance | last modified time | path
    Searched defs:vmw_cotable (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cotable.c 45 * struct vmw_cotable - Context Object Table resource
55 struct vmw_cotable { struct
135 * vmw_cotable - Convert a struct vmw_resource pointer to a struct
136 * vmw_cotable pointer
140 static struct vmw_cotable *vmw_cotable(struct vmw_resource *res) function in typeref:struct:vmw_cotable *
142 return container_of(res, struct vmw_cotable, res);
170 struct vmw_cotable *vcotbl = vmw_cotable(res);
245 struct vmw_cotable *vcotbl = vmw_cotable(res)
    [all...]
vmwgfx_cotable.c 45 * struct vmw_cotable - Context Object Table resource
55 struct vmw_cotable { struct
135 * vmw_cotable - Convert a struct vmw_resource pointer to a struct
136 * vmw_cotable pointer
140 static struct vmw_cotable *vmw_cotable(struct vmw_resource *res) function in typeref:struct:vmw_cotable *
142 return container_of(res, struct vmw_cotable, res);
170 struct vmw_cotable *vcotbl = vmw_cotable(res);
245 struct vmw_cotable *vcotbl = vmw_cotable(res)
    [all...]

Completed in 21 milliseconds