Searched refs:sub_elem (Results 1 – 1 of 1) sorted by relevance
71 union acpi_object *sub_elem; in asus_acpi_get_sensor_info() local73 sub_elem = &(elem->package.elements[j]); in asus_acpi_get_sensor_info()74 if (sub_elem->type == ACPI_TYPE_STRING) in asus_acpi_get_sensor_info()75 strlcpy(info->type, sub_elem->string.pointer, in asus_acpi_get_sensor_info()77 else if (sub_elem->type == ACPI_TYPE_INTEGER) { in asus_acpi_get_sensor_info()78 if (sub_elem->integer.value != client->addr) { in asus_acpi_get_sensor_info()79 info->addr = sub_elem->integer.value; in asus_acpi_get_sensor_info()