Searched refs:sensor_location (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/macintosh/
H A Dtherm_adt746x.c50 static const char *sensor_location[3] = { "?", "?", "?" }; variable
164 "for %s fan.\n", sensor_location[fan+1]); write_fan_speed()
167 "for %s fan.\n", speed, sensor_location[fan+1]); write_fan_speed()
258 sensor_location[fan_number+1]); 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, probe_thermostat()
491 if (sensor_location[i] == NULL) probe_thermostat()
492 sensor_location[i] = ""; probe_thermostat()
494 printk(KERN_INFO "sensor %d: %s\n", i, sensor_location[i]); probe_thermostat()
495 offset += strlen(sensor_location[i]) + 1; probe_thermostat()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A De1000_82575.c2743 u8 sensor_location; igb_get_thermal_sensor_data_generic() local
2770 sensor_location = ((ets_sensor & NVM_ETS_DATA_LOC_MASK) >> igb_get_thermal_sensor_data_generic()
2773 if (sensor_location != 0) igb_get_thermal_sensor_data_generic()
2797 u8 sensor_location; igb_init_thermal_sensor_thresh_generic() local
2831 sensor_location = ((ets_sensor & NVM_ETS_DATA_LOC_MASK) >> igb_init_thermal_sensor_thresh_generic()
2840 if ((i < E1000_MAX_SENSORS) && (sensor_location != 0)) { igb_init_thermal_sensor_thresh_generic()
2841 data->sensor[i].location = sensor_location; igb_init_thermal_sensor_thresh_generic()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c3770 u8 sensor_location; ixgbe_get_thermal_sensor_data_generic() local
3779 sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >> ixgbe_get_thermal_sensor_data_generic()
3782 if (sensor_location != 0) { ixgbe_get_thermal_sensor_data_generic()
3832 u8 sensor_location; ixgbe_init_thermal_sensor_thresh_generic() local
3841 sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >> ixgbe_init_thermal_sensor_thresh_generic()
3849 if (sensor_location == 0) ixgbe_init_thermal_sensor_thresh_generic()
3852 data->sensor[i].location = sensor_location; ixgbe_init_thermal_sensor_thresh_generic()

Completed in 122 milliseconds