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);
58 ATTRIBUTE_S_COMMON_PROPERTY_SHOW(display_name, enumeration);
62 ATTRIBUTE_PROPERTY_STORE(current_value, enumeration);
66 ATTRIBUTE_VALUES_PROPERTY_SHOW(possible_values, enumeration, SEMICOLON_SEP);
73 return sysfs_emit(buf, "enumeration\n"); in type_show()
282 pr_warn("Invalid element: %d found in Enumeration attribute or data may be malformed\n", elem); in hp_populate_enumeration_elements_from_package()
297 * Populate all properties of an instance under enumeration attribute
299 * @enum_obj: ACPI object with enumeration data
392 * Populate all properties of an instance under enumeration attribute
408 /* Populate enumeration elements */ in hp_populate_enumeration_buffer_data()