get_cpu_temp       67 drivers/platform/mips/cpu_hwmon.c static ssize_t get_cpu_temp(struct device *dev,
get_cpu_temp       72 drivers/platform/mips/cpu_hwmon.c static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, get_cpu_temp, NULL, 1);
get_cpu_temp       74 drivers/platform/mips/cpu_hwmon.c static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, get_cpu_temp, NULL, 2);
get_cpu_temp       76 drivers/platform/mips/cpu_hwmon.c static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, get_cpu_temp, NULL, 3);
get_cpu_temp       78 drivers/platform/mips/cpu_hwmon.c static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, get_cpu_temp, NULL, 4);