Searched refs:sensor_hd_temp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_pm91.c69 static struct wf_sensor *sensor_hd_temp; variable in typeref:struct:wf_sensor
342 rc = sensor_hd_temp->ops->get_value(sensor_hd_temp, &temp);
588 if (sensor_hd_temp == NULL && !strcmp(sr->name, "hd-temp")) {
590 sensor_hd_temp = sr;
599 sensor_hd_temp && sensor_slots_power)
662 if (sensor_hd_temp)
663 wf_put_sensor(sensor_hd_temp);
H A Dwindfarm_pm81.c137 static struct wf_sensor *sensor_hd_temp; variable in typeref:struct:wf_sensor
341 rc = sensor_hd_temp->ops->get_value(sensor_hd_temp, &temp);
664 if (sensor_hd_temp == NULL && !strcmp(sr->name, "hd-temp")) {
666 sensor_hd_temp = sr;
669 if (sensor_cpu_power && sensor_cpu_temp && sensor_hd_temp)
742 if (sensor_hd_temp)
743 wf_put_sensor(sensor_hd_temp);

Completed in 48 milliseconds