Lines Matching full:enumeration
3 * Functions corresponding to enumeration type attributes under
4 * BIOS Enumeration GUID for use with hp-bioscfg driver.
11 GET_INSTANCE_ID(enumeration);
60 ATTRIBUTE_S_COMMON_PROPERTY_SHOW(display_name, enumeration);
64 ATTRIBUTE_PROPERTY_STORE(current_value, enumeration);
68 ATTRIBUTE_VALUES_PROPERTY_SHOW(possible_values, enumeration, SEMICOLON_SEP);
75 return sysfs_emit(buf, "enumeration\n"); in type_show()
290 pr_warn("Invalid element: %d found in Enumeration attribute or data may be malformed\n", elem); in hp_populate_enumeration_elements_from_package()
305 * Populate all properties of an instance under enumeration attribute
307 * @enum_obj: ACPI object with enumeration data
400 * Populate all properties of an instance under enumeration attribute
416 /* Populate enumeration elements */ in hp_populate_enumeration_buffer_data()