Searched refs:therm_max_alarm (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | pc87360.c | 839 static struct sensor_device_attribute therm_max_alarm[] = { variable 840 SENSOR_ATTR_RO(temp4_max_alarm, therm_max_alarm, 0 + 11), 841 SENSOR_ATTR_RO(temp5_max_alarm, therm_max_alarm, 1 + 11), 842 SENSOR_ATTR_RO(temp6_max_alarm, therm_max_alarm, 2 + 11), 868 &therm_max_alarm[X].dev_attr.attr, \
|