Lines Matching refs:elements
398 union acpi_object *elements; in init_bios_attributes() local
441 elements = obj->package.elements; in init_bios_attributes()
444 if (elements[ATTR_NAME].type != ACPI_TYPE_STRING) { in init_bios_attributes()
448 if (strlen(elements[ATTR_NAME].string.pointer) == 0) { in init_bios_attributes()
457 if (kset_find_obj(tmp_set, elements[ATTR_NAME].string.pointer)) { in init_bios_attributes()
459 elements[ATTR_NAME].string.pointer); in init_bios_attributes()
473 elements[ATTR_NAME].string.pointer); in init_bios_attributes()
482 retval = populate_enum_data(elements, instance_id, attr_name_kobj, in init_bios_attributes()
486 retval = populate_int_data(elements, instance_id, attr_name_kobj); in init_bios_attributes()
489 retval = populate_str_data(elements, instance_id, attr_name_kobj); in init_bios_attributes()
492 retval = populate_po_data(elements, instance_id, attr_name_kobj); in init_bios_attributes()
500 elements[ATTR_NAME].string.pointer); in init_bios_attributes()