Searched refs:enum_obj (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | enum-attributes.c | 125 static int hp_populate_enumeration_elements_from_package(union acpi_object *enum_obj, in hp_populate_enumeration_elements_from_package() argument 145 switch (enum_obj[elem].type) { in hp_populate_enumeration_elements_from_package() 148 ret = hp_convert_hexstr_to_str(enum_obj[elem].string.pointer, in hp_populate_enumeration_elements_from_package() 149 enum_obj[elem].string.length, in hp_populate_enumeration_elements_from_package() 156 int_value = (u32)enum_obj[elem].integer.value; in hp_populate_enumeration_elements_from_package() 159 pr_warn("Unsupported object type [%d]\n", enum_obj[elem].type); in hp_populate_enumeration_elements_from_package() 164 if (expected_enum_types[eloc] != enum_obj[elem].type) { in hp_populate_enumeration_elements_from_package() 166 expected_enum_types[eloc], elem, enum_obj[elem].type); in hp_populate_enumeration_elements_from_package() 218 ret = hp_convert_hexstr_to_str(enum_obj[elem + reqs].string.pointer, in hp_populate_enumeration_elements_from_package() 219 enum_obj[ele in hp_populate_enumeration_elements_from_package() 311 hp_populate_enumeration_package_data(union acpi_object *enum_obj, int instance_id, struct kobject *attr_name_kobj) hp_populate_enumeration_package_data() argument [all...] |
H A D | bioscfg.h | 421 int hp_populate_enumeration_package_data(union acpi_object *enum_obj,
|
Completed in 4 milliseconds