Lines Matching defs:drm_property_blob
194 * struct drm_property_blob - Blob data for &drm_property
209 struct drm_property_blob {
224 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base)
270 struct drm_property_blob *drm_property_create_blob(struct drm_device *dev,
273 struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev,
276 struct drm_property_blob **replace,
281 bool drm_property_replace_blob(struct drm_property_blob **blob,
282 struct drm_property_blob *new_blob);
283 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob);
284 void drm_property_blob_put(struct drm_property_blob *blob);