Lines Matching refs:temps
110 struct dell_wmi_ddv_sensors temps;
321 &data->temps, sizeof(*entry));
325 if (channel >= data->temps.entries)
328 entry = (struct thermal_sensor_entry *)data->temps.obj->package.elements[1].buffer.pointer;
359 mutex_lock(&data->temps.lock);
361 mutex_unlock(&data->temps.lock);
409 &data->temps, sizeof(*entry));
413 if (channel >= data->temps.entries)
416 entry = (struct thermal_sensor_entry *)data->temps.obj->package.elements[1].buffer.pointer;
480 mutex_lock(&data->temps.lock);
482 mutex_unlock(&data->temps.lock);
609 info = dell_wmi_ddv_channel_init(wdev, DELL_DDV_THERMAL_SENSOR_INFORMATION, &data->temps,
864 dell_wmi_ddv_hwmon_cache_invalidate(&data->temps);