Lines Matching defs:drm_property_blob
201 * struct drm_property_blob - Blob data for &drm_property
216 struct drm_property_blob {
231 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base)
277 struct drm_property_blob *drm_property_create_blob(struct drm_device *dev,
280 struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev,
283 struct drm_property_blob **replace,
288 bool drm_property_replace_blob(struct drm_property_blob **blob,
289 struct drm_property_blob *new_blob);
290 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob);
291 void drm_property_blob_put(struct drm_property_blob *blob);