sensor_location    51 drivers/macintosh/therm_adt746x.c static const char *sensor_location[3] = { "?", "?", "?" };
sensor_location   165 drivers/macintosh/therm_adt746x.c 					"for %s fan.\n", sensor_location[fan+1]);
sensor_location   168 drivers/macintosh/therm_adt746x.c 					"for %s fan.\n", speed, sensor_location[fan+1]);
sensor_location   259 drivers/macintosh/therm_adt746x.c 						sensor_location[fan_number+1]);
sensor_location   379 drivers/macintosh/therm_adt746x.c BUILD_SHOW_FUNC_STR(sensor1_location,		 sensor_location[1])
sensor_location   380 drivers/macintosh/therm_adt746x.c BUILD_SHOW_FUNC_STR(sensor2_location,		 sensor_location[2])
sensor_location   489 drivers/macintosh/therm_adt746x.c 			sensor_location[i] = of_get_property(np,
sensor_location   492 drivers/macintosh/therm_adt746x.c 			if (sensor_location[i] == NULL)
sensor_location   493 drivers/macintosh/therm_adt746x.c 				sensor_location[i] = "";
sensor_location   495 drivers/macintosh/therm_adt746x.c 			printk(KERN_INFO "sensor %d: %s\n", i, sensor_location[i]);
sensor_location   496 drivers/macintosh/therm_adt746x.c 			offset += strlen(sensor_location[i]) + 1;
sensor_location  2786 drivers/net/ethernet/intel/igb/e1000_82575.c 	u8  sensor_location;
sensor_location  2813 drivers/net/ethernet/intel/igb/e1000_82575.c 		sensor_location = ((ets_sensor & NVM_ETS_DATA_LOC_MASK) >>
sensor_location  2816 drivers/net/ethernet/intel/igb/e1000_82575.c 		if (sensor_location != 0)
sensor_location  2840 drivers/net/ethernet/intel/igb/e1000_82575.c 	u8  sensor_location;
sensor_location  2874 drivers/net/ethernet/intel/igb/e1000_82575.c 		sensor_location = ((ets_sensor & NVM_ETS_DATA_LOC_MASK) >>
sensor_location  2883 drivers/net/ethernet/intel/igb/e1000_82575.c 		if ((i < E1000_MAX_SENSORS) && (sensor_location != 0)) {
sensor_location  2884 drivers/net/ethernet/intel/igb/e1000_82575.c 			data->sensor[i].location = sensor_location;
sensor_location  3929 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		u8  sensor_location;
sensor_location  3938 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >>
sensor_location  3941 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		if (sensor_location != 0) {
sensor_location  3991 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		u8  sensor_location;
sensor_location  4000 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >>
sensor_location  4008 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		if (sensor_location == 0)
sensor_location  4011 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c 		data->sensor[i].location = sensor_location;