enum_list 414 drivers/gpu/drm/drm_color_mgmt.c struct drm_prop_enum_list enum_list[max_t(int, DRM_COLOR_ENCODING_MAX, enum_list 433 drivers/gpu/drm/drm_color_mgmt.c enum_list[len].type = i; enum_list 434 drivers/gpu/drm/drm_color_mgmt.c enum_list[len].name = color_encoding_name[i]; enum_list 439 drivers/gpu/drm/drm_color_mgmt.c enum_list, len); enum_list 452 drivers/gpu/drm/drm_color_mgmt.c enum_list[len].type = i; enum_list 453 drivers/gpu/drm/drm_color_mgmt.c enum_list[len].name = color_range_name[i]; enum_list 458 drivers/gpu/drm/drm_color_mgmt.c enum_list, len); enum_list 128 drivers/gpu/drm/drm_property.c INIT_LIST_HEAD(&property->enum_list); enum_list 411 drivers/gpu/drm/drm_property.c list_for_each_entry(prop_enum, &property->enum_list, head) { enum_list 429 drivers/gpu/drm/drm_property.c list_add_tail(&prop_enum->head, &property->enum_list); enum_list 446 drivers/gpu/drm/drm_property.c list_for_each_entry_safe(prop_enum, pt, &property->enum_list, head) { enum_list 498 drivers/gpu/drm/drm_property.c list_for_each_entry(prop_enum, &property->enum_list, head) { enum_list 190 include/drm/drm_property.h struct list_head enum_list;