Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Demc1403.c131 static ssize_t show_hyst(struct device *dev, in show_hyst() function
190 static SENSOR_DEVICE_ATTR(temp1_max_hyst, S_IRUGO, show_hyst, NULL, 0x05);
192 show_hyst, store_hyst, 0x20);
209 static SENSOR_DEVICE_ATTR(temp2_max_hyst, S_IRUGO, show_hyst, NULL, 0x07);
210 static SENSOR_DEVICE_ATTR(temp2_crit_hyst, S_IRUGO, show_hyst, NULL, 0x19);
227 static SENSOR_DEVICE_ATTR(temp3_max_hyst, S_IRUGO, show_hyst, NULL, 0x15);
228 static SENSOR_DEVICE_ATTR(temp3_crit_hyst, S_IRUGO, show_hyst, NULL, 0x1A);
245 static SENSOR_DEVICE_ATTR(temp4_max_hyst, S_IRUGO, show_hyst, NULL, 0x2C);
246 static SENSOR_DEVICE_ATTR(temp4_crit_hyst, S_IRUGO, show_hyst, NULL, 0x30);
Dk10temp.c101 int show_hyst = attr->index; in show_temp_crit() local
108 if (show_hyst) in show_temp_crit()