show_temp         461 drivers/hwmon/asb100.c 		show_temp, NULL, num - 1); \
show_temp         386 drivers/hwmon/coretemp.c 			show_label, show_crit_alarm, show_temp, show_tjmax,
show_temp        1534 drivers/hwmon/dme1737.c 	show_temp, NULL, SYS_TEMP_INPUT, ix-1); \
show_temp        1536 drivers/hwmon/dme1737.c 	show_temp, set_temp, SYS_TEMP_MIN, ix-1); \
show_temp        1538 drivers/hwmon/dme1737.c 	show_temp, set_temp, SYS_TEMP_MAX, ix-1); \
show_temp        1540 drivers/hwmon/dme1737.c 	show_temp, set_temp, SYS_TEMP_OFFSET, ix-1); \
show_temp        1542 drivers/hwmon/dme1737.c 	show_temp, NULL, SYS_TEMP_ALARM, ix-1); \
show_temp        1544 drivers/hwmon/dme1737.c 	show_temp, NULL, SYS_TEMP_FAULT, ix-1)
show_temp        1056 drivers/hwmon/f71805f.c static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0);
show_temp        1062 drivers/hwmon/f71805f.c static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp, NULL, 1);
show_temp        1068 drivers/hwmon/f71805f.c static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp, NULL, 2);
show_temp         320 drivers/hwmon/f71882fg.c static ssize_t show_temp(struct device *dev, struct device_attribute
show_temp         401 drivers/hwmon/f71882fg.c 	SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0),
show_temp         413 drivers/hwmon/f71882fg.c 	SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 0, 1),
show_temp         425 drivers/hwmon/f71882fg.c 	SENSOR_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 0, 2),
show_temp         441 drivers/hwmon/f71882fg.c 	SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 1),
show_temp         460 drivers/hwmon/f71882fg.c 	SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 0, 2),
show_temp         475 drivers/hwmon/f71882fg.c 	SENSOR_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 0, 3),
show_temp         533 drivers/hwmon/f71882fg.c 	SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0),
show_temp         540 drivers/hwmon/f71882fg.c 	SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 0, 1),
show_temp         547 drivers/hwmon/f71882fg.c 	SENSOR_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 0, 2),
show_temp         994 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0);
show_temp         995 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp1_min, S_IRUGO | S_IWUSR, show_temp, set_temp,
show_temp         997 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp1_max, S_IRUGO | S_IWUSR, show_temp, set_temp,
show_temp         999 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp1_offset, S_IRUGO | S_IWUSR, show_temp,
show_temp        1001 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 1, 0);
show_temp        1002 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp2_min, S_IRUGO | S_IWUSR, show_temp, set_temp,
show_temp        1004 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp2_max, S_IRUGO | S_IWUSR, show_temp, set_temp,
show_temp        1006 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp2_offset, S_IRUGO | S_IWUSR, show_temp,
show_temp        1008 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 2, 0);
show_temp        1009 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp3_min, S_IRUGO | S_IWUSR, show_temp, set_temp,
show_temp        1011 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp3_max, S_IRUGO | S_IWUSR, show_temp, set_temp,
show_temp        1013 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp3_offset, S_IRUGO | S_IWUSR, show_temp,
show_temp        1015 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp4_input, S_IRUGO, show_temp, NULL, 3, 0);
show_temp        1016 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp5_input, S_IRUGO, show_temp, NULL, 4, 0);
show_temp        1017 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR_2(temp6_input, S_IRUGO, show_temp, NULL, 5, 0);
show_temp         243 drivers/hwmon/max1668.c static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0);
show_temp         248 drivers/hwmon/max1668.c static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, show_temp, NULL, 1);
show_temp         253 drivers/hwmon/max1668.c static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp, NULL, 2);
show_temp         258 drivers/hwmon/max1668.c static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, show_temp, NULL, 3);
show_temp         263 drivers/hwmon/max1668.c static SENSOR_DEVICE_ATTR(temp5_input, S_IRUGO, show_temp, NULL, 4);
show_temp        2479 drivers/hwmon/nct6775.c SENSOR_TEMPLATE_2(temp_input, "temp%d_input", S_IRUGO, show_temp, NULL, 0, 0);
show_temp        2481 drivers/hwmon/nct6775.c SENSOR_TEMPLATE_2(temp_max, "temp%d_max", S_IRUGO | S_IWUSR, show_temp,
show_temp        2484 drivers/hwmon/nct6775.c 		  show_temp, store_temp, 0, 2);
show_temp        2485 drivers/hwmon/nct6775.c SENSOR_TEMPLATE_2(temp_crit, "temp%d_crit", S_IRUGO | S_IWUSR, show_temp,
show_temp        2487 drivers/hwmon/nct6775.c SENSOR_TEMPLATE_2(temp_lcrit, "temp%d_lcrit", S_IRUGO | S_IWUSR, show_temp,
show_temp         731 drivers/hwmon/occ/common.c 	ssize_t (*show_temp)(struct device *, struct device_attribute *,
show_temp         746 drivers/hwmon/occ/common.c 		show_temp = occ_show_temp_2;
show_temp         818 drivers/hwmon/occ/common.c 		attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_temp, NULL,
show_temp         831 drivers/hwmon/occ/common.c 		attr->sensor = OCC_INIT_ATTR(attr->name, 0444, show_temp, NULL,
show_temp         839 drivers/hwmon/occ/common.c 						     show_temp, NULL, 2, i);
show_temp         845 drivers/hwmon/occ/common.c 						     show_temp, NULL, 3, i);
show_temp         173 drivers/hwmon/ultra45_env.c static SENSOR_DEVICE_ATTR(adt7462_local_temp, S_IRUGO, show_temp, NULL, 0);
show_temp         174 drivers/hwmon/ultra45_env.c static SENSOR_DEVICE_ATTR(cpu0_temp, S_IRUGO, show_temp, NULL, 1);
show_temp         175 drivers/hwmon/ultra45_env.c static SENSOR_DEVICE_ATTR(cpu1_temp, S_IRUGO, show_temp, NULL, 2);
show_temp         176 drivers/hwmon/ultra45_env.c static SENSOR_DEVICE_ATTR(motherboard_temp, S_IRUGO, show_temp, NULL, 3);
show_temp         177 drivers/hwmon/ultra45_env.c static SENSOR_DEVICE_ATTR(lm95221_local_temp, S_IRUGO, show_temp, NULL, 4);
show_temp         178 drivers/hwmon/ultra45_env.c static SENSOR_DEVICE_ATTR(fire_temp, S_IRUGO, show_temp, NULL, 5);
show_temp         179 drivers/hwmon/ultra45_env.c static SENSOR_DEVICE_ATTR(lsi1064_local_temp, S_IRUGO, show_temp, NULL, 6);
show_temp         180 drivers/hwmon/ultra45_env.c static SENSOR_DEVICE_ATTR(front_panel_temp, S_IRUGO, show_temp, NULL, 7);
show_temp         181 drivers/hwmon/ultra45_env.c static SENSOR_DEVICE_ATTR(psu_temp, S_IRUGO, show_temp, NULL, 13);
show_temp         959 drivers/hwmon/vt1211.c 		show_temp, NULL, SHOW_TEMP_INPUT, ix-1), \
show_temp         961 drivers/hwmon/vt1211.c 		show_temp, set_temp, SHOW_SET_TEMP_MAX, ix-1), \
show_temp         963 drivers/hwmon/vt1211.c 		show_temp, set_temp, SHOW_SET_TEMP_MAX_HYST, ix-1), \
show_temp         965 drivers/hwmon/vt1211.c 		show_temp, NULL, SHOW_TEMP_ALARM, ix-1) \
show_temp        1281 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0),
show_temp        1282 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp2_input, S_IRUGO, show_temp, NULL, 1),
show_temp        1283 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp3_input, S_IRUGO, show_temp, NULL, 2),
show_temp        1284 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp4_input, S_IRUGO, show_temp, NULL, 3),
show_temp        1285 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp5_input, S_IRUGO, show_temp, NULL, 4),
show_temp        1286 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp6_input, S_IRUGO, show_temp, NULL, 5),
show_temp        1287 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp7_input, S_IRUGO, show_temp, NULL, 6),
show_temp        1288 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp8_input, S_IRUGO, show_temp, NULL, 7),
show_temp        1289 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp9_input, S_IRUGO, show_temp, NULL, 8),
show_temp         395 drivers/hwmon/w83781d.c 		show_temp, NULL, offset); \
show_temp        1052 drivers/hwmon/w83793.c 	SENSOR_ATTR_2(temp##index##_input, S_IRUGO, show_temp,		\
show_temp        1054 drivers/hwmon/w83793.c 	SENSOR_ATTR_2(temp##index##_max, S_IRUGO | S_IWUSR, show_temp,	\
show_temp        1057 drivers/hwmon/w83793.c 		show_temp, store_temp, TEMP_CRIT_HYST, index - 1),	\
show_temp        1058 drivers/hwmon/w83793.c 	SENSOR_ATTR_2(temp##index##_warn, S_IRUGO | S_IWUSR, show_temp,	\
show_temp        1061 drivers/hwmon/w83793.c 		show_temp, store_temp, TEMP_WARN_HYST, index - 1),	\
show_temp        1683 drivers/hwmon/w83795.c 	SENSOR_ATTR_2(temp##index##_input, S_IRUGO, show_temp,		\
show_temp        1685 drivers/hwmon/w83795.c 	SENSOR_ATTR_2(temp##index##_crit, S_IRUGO | S_IWUSR, show_temp,	\
show_temp        1688 drivers/hwmon/w83795.c 		show_temp, store_temp, TEMP_CRIT_HYST, index - 1),	\
show_temp        1689 drivers/hwmon/w83795.c 	SENSOR_ATTR_2(temp##index##_max, S_IRUGO | S_IWUSR, show_temp,	\
show_temp        1692 drivers/hwmon/w83795.c 		show_temp, store_temp, TEMP_WARN_HYST, index - 1),	\
show_temp         121 drivers/hwmon/w83l785ts.c static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL, 0);
show_temp         122 drivers/hwmon/w83l785ts.c static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO, show_temp, NULL, 1);
show_temp         443 drivers/hwmon/w83l786ng.c 	SENSOR_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0),
show_temp         444 drivers/hwmon/w83l786ng.c 	SENSOR_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 1, 0),
show_temp         449 drivers/hwmon/w83l786ng.c 		      show_temp, store_temp, 0, 1),
show_temp         451 drivers/hwmon/w83l786ng.c 		      show_temp, store_temp, 1, 1),
show_temp         456 drivers/hwmon/w83l786ng.c 		      show_temp, store_temp, 0, 2),
show_temp         458 drivers/hwmon/w83l786ng.c 		      show_temp, store_temp, 1, 2),
show_temp         224 drivers/input/touchscreen/sun4i-ts.c static DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL);