Searched refs:prop_blob (Results 1 – 1 of 1) sorted by relevance
2976 struct drm_property_blob *prop_blob; in drm_mode_getproperty_ioctl() local2996 list_for_each_entry(prop_blob, &property->enum_blob_list, head) in drm_mode_getproperty_ioctl()3045 list_for_each_entry(prop_blob, &property->enum_blob_list, head) { in drm_mode_getproperty_ioctl()3046 if (put_user(prop_blob->base.id, blob_id_ptr + copied)) { in drm_mode_getproperty_ioctl()3051 if (put_user(prop_blob->length, blob_length_ptr + copied)) { in drm_mode_getproperty_ioctl()