Lines Matching refs:sensor_location
52 static const char *sensor_location[3] = { "?", "?", "?" }; variable
166 "for %s fan.\n", sensor_location[fan+1]); in write_fan_speed()
169 "for %s fan.\n", speed, sensor_location[fan+1]); in write_fan_speed()
260 sensor_location[fan_number+1]); in update_fans_speed()
380 BUILD_SHOW_FUNC_STR(sensor1_location, sensor_location[1])
381 BUILD_SHOW_FUNC_STR(sensor2_location, sensor_location[2])
490 sensor_location[i] = of_get_property(np, in probe_thermostat()
493 if (sensor_location[i] == NULL) in probe_thermostat()
494 sensor_location[i] = ""; in probe_thermostat()
496 printk(KERN_INFO "sensor %d: %s\n", i, sensor_location[i]); in probe_thermostat()
497 offset += strlen(sensor_location[i]) + 1; in probe_thermostat()