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

/linux-master/drivers/macintosh/
H A Dtherm_adt746x.c52 static const char *sensor_location[3] = { "?", "?", "?" }; variable
166 "for %s fan.\n", sensor_location[fan+1]);
169 "for %s fan.\n", speed, sensor_location[fan+1]);
260 sensor_location[fan_number+1]);
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,
493 if (sensor_location[i] == NULL)
494 sensor_location[i] = "";
496 printk(KERN_INFO "sensor %d: %s\n", i, sensor_location[
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_82575.c2784 u8 sensor_location; local
2810 sensor_location = FIELD_GET(NVM_ETS_DATA_LOC_MASK, ets_sensor);
2812 if (sensor_location != 0)
2836 u8 sensor_location; local
2868 sensor_location = FIELD_GET(NVM_ETS_DATA_LOC_MASK, ets_sensor);
2876 if ((i < E1000_MAX_SENSORS) && (sensor_location != 0)) {
2877 data->sensor[i].location = sensor_location;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c3930 u8 sensor_location; local
3939 sensor_location = FIELD_GET(IXGBE_ETS_DATA_LOC_MASK,
3942 if (sensor_location != 0) {
3991 u8 sensor_location; local
4000 sensor_location = FIELD_GET(IXGBE_ETS_DATA_LOC_MASK,
4008 if (sensor_location == 0)
4011 data->sensor[i].location = sensor_location;

Completed in 608 milliseconds