Searched refs:drm_property_enum (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_crtc.c | 2807 struct drm_property_enum *prop_enum; 2820 list_for_each_entry(prop_enum, struct drm_property_enum, &property->enum_blob_list, head) { argument 2829 prop_enum = kzalloc(sizeof(struct drm_property_enum), GFP_KERNEL); 2844 struct drm_property_enum *prop_enum, *pt; 2846 list_for_each_entry_safe(prop_enum, pt, struct drm_property_enum, &property->enum_blob_list, head) { argument 2848 kfree(prop_enum, sizeof(struct drm_property_enum)); 2919 struct drm_property_enum *prop_enum; 2938 list_for_each_entry(prop_enum, struct drm_property_enum, &property->enum_blob_list, head) 2966 list_for_each_entry(prop_enum, struct drm_property_enum, &property->enum_blob_list, head) { argument
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_crtc.h | 287 struct drm_property_enum { struct
|
Completed in 347 milliseconds