show_temp_label   880 drivers/hwmon/nct6683.c SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
show_temp_label  2480 drivers/hwmon/nct6775.c SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
show_temp_label  1293 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp1_label, S_IRUGO, show_temp_label, NULL, 0),
show_temp_label  1294 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp2_label, S_IRUGO, show_temp_label, NULL, 1),
show_temp_label  1295 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp3_label, S_IRUGO, show_temp_label, NULL, 2),
show_temp_label  1296 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp4_label, S_IRUGO, show_temp_label, NULL, 3),
show_temp_label  1297 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp5_label, S_IRUGO, show_temp_label, NULL, 4),
show_temp_label  1298 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp6_label, S_IRUGO, show_temp_label, NULL, 5),
show_temp_label  1299 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp7_label, S_IRUGO, show_temp_label, NULL, 6),
show_temp_label  1300 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp8_label, S_IRUGO, show_temp_label, NULL, 7),
show_temp_label  1301 drivers/hwmon/w83627ehf.c 	SENSOR_ATTR(temp9_label, S_IRUGO, show_temp_label, NULL, 8),
show_temp_label   225 drivers/input/touchscreen/sun4i-ts.c static DEVICE_ATTR(temp1_label, S_IRUGO, show_temp_label, NULL);