Home
last modified time | relevance | path

Searched refs:enum_list (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/
A Ddrm_color_mgmt.c531 struct drm_prop_enum_list enum_list[max_t(int, DRM_COLOR_ENCODING_MAX, in drm_plane_create_color_properties() local
550 enum_list[len].type = i; in drm_plane_create_color_properties()
551 enum_list[len].name = color_encoding_name[i]; in drm_plane_create_color_properties()
556 enum_list, len); in drm_plane_create_color_properties()
569 enum_list[len].type = i; in drm_plane_create_color_properties()
570 enum_list[len].name = color_range_name[i]; in drm_plane_create_color_properties()
575 enum_list, len); in drm_plane_create_color_properties()
A Ddrm_property.c128 INIT_LIST_HEAD(&property->enum_list); in drm_property_create()
410 list_for_each_entry(prop_enum, &property->enum_list, head) { in drm_property_add_enum()
427 list_add_tail(&prop_enum->head, &property->enum_list); in drm_property_add_enum()
444 list_for_each_entry_safe(prop_enum, pt, &property->enum_list, head) { in drm_property_destroy()
495 list_for_each_entry(prop_enum, &property->enum_list, head) { in drm_mode_getproperty_ioctl()
/linux/include/drm/
A Ddrm_property.h197 struct list_head enum_list; member

Completed in 10 milliseconds