Lines Matching refs:sensor_location
51 static const char *sensor_location[3] = { "?", "?", "?" }; variable
165 "for %s fan.\n", sensor_location[fan+1]); in write_fan_speed()
168 "for %s fan.\n", speed, sensor_location[fan+1]); in write_fan_speed()
259 sensor_location[fan_number+1]); in update_fans_speed()
379 BUILD_SHOW_FUNC_STR(sensor1_location, sensor_location[1])
380 BUILD_SHOW_FUNC_STR(sensor2_location, sensor_location[2])
489 sensor_location[i] = of_get_property(np, in probe_thermostat()
492 if (sensor_location[i] == NULL) in probe_thermostat()
493 sensor_location[i] = ""; in probe_thermostat()
495 printk(KERN_INFO "sensor %d: %s\n", i, sensor_location[i]); in probe_thermostat()
496 offset += strlen(sensor_location[i]) + 1; in probe_thermostat()