Home
last modified time | relevance | path

Searched refs:i8k_hwmon_show_temp (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/char/
Di8k.c557 static ssize_t i8k_hwmon_show_temp(struct device *dev, in i8k_hwmon_show_temp() function
647 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, i8k_hwmon_show_temp, NULL, 0);
650 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, i8k_hwmon_show_temp, NULL, 1);
653 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, i8k_hwmon_show_temp, NULL, 2);
656 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, i8k_hwmon_show_temp, NULL, 3);