Searched refs:show_tcrit1_hyst (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | lm95234.c | 372 static ssize_t show_tcrit1_hyst(struct device *dev, in show_tcrit1_hyst() function 529 static SENSOR_DEVICE_ATTR(temp1_max_hyst, S_IWUSR | S_IRUGO, show_tcrit1_hyst, 533 static SENSOR_DEVICE_ATTR(temp4_max_hyst, S_IRUGO, show_tcrit1_hyst, NULL, 3); 534 static SENSOR_DEVICE_ATTR(temp5_max_hyst, S_IRUGO, show_tcrit1_hyst, NULL, 4); 552 static SENSOR_DEVICE_ATTR(temp2_crit_hyst, S_IRUGO, show_tcrit1_hyst, NULL, 1); 553 static SENSOR_DEVICE_ATTR(temp3_crit_hyst, S_IRUGO, show_tcrit1_hyst, NULL, 2);
|