Lines Matching refs:sensor_location
50 static const char *sensor_location[3] = { "?", "?", "?" }; variable
164 "for %s fan.\n", sensor_location[fan+1]); in write_fan_speed()
167 "for %s fan.\n", speed, sensor_location[fan+1]); in write_fan_speed()
258 sensor_location[fan_number+1]); in update_fans_speed()
378 BUILD_SHOW_FUNC_STR(sensor1_location, sensor_location[1])
379 BUILD_SHOW_FUNC_STR(sensor2_location, sensor_location[2])
488 sensor_location[i] = of_get_property(np, in probe_thermostat()
491 if (sensor_location[i] == NULL) in probe_thermostat()
492 sensor_location[i] = ""; in probe_thermostat()
494 printk(KERN_INFO "sensor %d: %s\n", i, sensor_location[i]); in probe_thermostat()
495 offset += strlen(sensor_location[i]) + 1; in probe_thermostat()