Home
last modified time | relevance | path

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

/openbmc/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
305 data_type_obj = obj->package.elements[1]; in asus_wmi_sensor_info()
306 if (data_type_obj.type != ACPI_TYPE_INTEGER) { in asus_wmi_sensor_info()
311 s->data_type = data_type_obj.integer.value; in asus_wmi_sensor_info()