show_temp_type 1061 drivers/hwmon/f71805f.c static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0); show_temp_type 1067 drivers/hwmon/f71805f.c static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1); show_temp_type 1073 drivers/hwmon/f71805f.c static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2); show_temp_type 336 drivers/hwmon/f71882fg.c static ssize_t show_temp_type(struct device *dev, struct device_attribute show_temp_type 457 drivers/hwmon/f71882fg.c SENSOR_ATTR_2(temp1_type, S_IRUGO, show_temp_type, NULL, 0, 1), show_temp_type 472 drivers/hwmon/f71882fg.c SENSOR_ATTR_2(temp2_type, S_IRUGO, show_temp_type, NULL, 0, 2), show_temp_type 487 drivers/hwmon/f71882fg.c SENSOR_ATTR_2(temp3_type, S_IRUGO, show_temp_type, NULL, 0, 3), show_temp_type 1087 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO | S_IWUSR, show_temp_type, show_temp_type 1089 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO | S_IWUSR, show_temp_type, show_temp_type 1091 drivers/hwmon/it87.c static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO | S_IWUSR, show_temp_type, show_temp_type 886 drivers/hwmon/nct6683.c SENSOR_TEMPLATE(temp_type, "temp%d_type", S_IRUGO, show_temp_type, NULL, 0); show_temp_type 2491 drivers/hwmon/nct6775.c SENSOR_TEMPLATE(temp_type, "temp%d_type", S_IRUGO | S_IWUSR, show_temp_type, show_temp_type 1353 drivers/hwmon/w83627ehf.c SENSOR_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0), show_temp_type 1354 drivers/hwmon/w83627ehf.c SENSOR_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1), show_temp_type 1355 drivers/hwmon/w83627ehf.c SENSOR_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2),