HomeSort by: relevance | last modified time | path
    Searched refs:enum_list (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_color_mgmt.c 429 struct drm_prop_enum_list enum_list[max_t(int, DRM_COLOR_ENCODING_MAX, local in function:drm_plane_create_color_properties
448 enum_list[len].type = i;
449 enum_list[len].name = color_encoding_name[i];
454 enum_list, len);
467 enum_list[len].type = i;
468 enum_list[len].name = color_range_name[i];
473 enum_list, len);
drm_property.c 134 INIT_LIST_HEAD(&property->enum_list);
417 list_for_each_entry(prop_enum, &property->enum_list, head) {
435 list_add_tail(&prop_enum->head, &property->enum_list);
452 list_for_each_entry_safe(prop_enum, pt, &property->enum_list, head) {
504 list_for_each_entry(prop_enum, &property->enum_list, head) {
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_property.h 37 * @head: list of enum values, linked to &drm_property.enum_list
187 * @enum_list:
192 struct list_head enum_list; member in struct:drm_property

Completed in 14 milliseconds