Lines Matching defs:drm_property_blob
2921 struct drm_property_blob *prop_blob;
2941 list_for_each_entry(prop_blob, struct drm_property_blob, &property->enum_blob_list, head)
2990 list_for_each_entry(prop_blob, struct drm_property_blob, &property->enum_blob_list, head) {
3011 static struct drm_property_blob *drm_property_create_blob(struct drm_device *dev, int length,
3014 struct drm_property_blob *blob;
3020 blob = kzalloc(sizeof(struct drm_property_blob)+length, GFP_KERNEL);
3026 kfree(blob, sizeof(struct drm_property_blob)+length);
3039 struct drm_property_blob *blob)
3043 kfree(blob, sizeof(struct drm_property_blob) + blob->length);
3051 struct drm_property_blob *blob;
3898 struct drm_property_blob *blob, *bt;
3916 list_for_each_entry_safe(blob, bt, struct drm_property_blob, &dev->mode_config.property_blob_list,