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

/drivers/macintosh/
H A Dtherm_adt746x.c50 static const char *sensor_location[3] = { "?", "?", "?" }; variable
164 "for %s fan.\n", sensor_location[fan+1]);
167 "for %s fan.\n", speed, sensor_location[fan+1]);
258 sensor_location[fan_number+1]);
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,
491 if (sensor_location[i] == NULL)
492 sensor_location[i] = "";
494 printk(KERN_INFO "sensor %d: %s\n", i, sensor_location[
[all...]
/drivers/net/ethernet/intel/igb/
H A De1000_82575.c2743 u8 sensor_location; local
2770 sensor_location = ((ets_sensor & NVM_ETS_DATA_LOC_MASK) >>
2773 if (sensor_location != 0)
2797 u8 sensor_location; local
2831 sensor_location = ((ets_sensor & NVM_ETS_DATA_LOC_MASK) >>
2840 if ((i < E1000_MAX_SENSORS) && (sensor_location != 0)) {
2841 data->sensor[i].location = sensor_location;
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c3690 u8 sensor_location; local
3699 sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >>
3702 if (sensor_location != 0) {
3752 u8 sensor_location; local
3761 sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >>
3769 if (sensor_location == 0)
3772 data->sensor[i].location = sensor_location;

Completed in 62 milliseconds