Home
last modified time | relevance | path

Searched refs:source_obj (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dasus_wmi_sensors.c271 union acpi_object name_obj, data_type_obj, location_obj, source_obj, type_obj; in asus_wmi_sensor_info() local
321 source_obj = obj->package.elements[3]; in asus_wmi_sensor_info()
322 if (source_obj.type != ACPI_TYPE_INTEGER) { in asus_wmi_sensor_info()
327 s->source = source_obj.integer.value; in asus_wmi_sensor_info()
/linux/drivers/acpi/acpica/
H A Dacutils.h277 acpi_ut_copy_isimple_to_isimple(union acpi_operand_object *source_obj,