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

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_crtc.c2719 INIT_LIST_HEAD(&property->enum_blob_list);
2819 if (!list_empty(&property->enum_blob_list)) {
2820 list_for_each_entry(prop_enum, struct drm_property_enum, &property->enum_blob_list, head) {
2838 list_add_tail(&prop_enum->head, &property->enum_blob_list, (caddr_t)prop_enum);
2846 list_for_each_entry_safe(prop_enum, pt, struct drm_property_enum, &property->enum_blob_list, head) {
2938 list_for_each_entry(prop_enum, struct drm_property_enum, &property->enum_blob_list, head)
2941 list_for_each_entry(prop_blob, struct drm_property_blob, &property->enum_blob_list, head)
2966 list_for_each_entry(prop_enum, struct drm_property_enum, &property->enum_blob_list, head) {
2990 list_for_each_entry(prop_blob, struct drm_property_blob, &property->enum_blob_list, head) {
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_crtc.h303 struct list_head enum_blob_list; member in struct:drm_property

Completed in 22 milliseconds