Searched refs:prop_blob (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c2921 struct drm_property_blob *prop_blob; local
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) {
2991 if (put_user(prop_blob->base.id, blob_id_ptr + copied)) {
2996 if (put_user(prop_blob->length, blob_length_ptr + copied)) {

Completed in 35 milliseconds