Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dmax6639.c90 bool temp_fault[2]; /* Detected temperature diode failure */ member
145 data->temp_fault[i] = res & 0x01; in max6639_update_device()
188 return sprintf(buf, "%d\n", data->temp_fault[attr->index]); in show_temp_fault()
Dpc87360.c1078 static struct sensor_device_attribute temp_fault[] = { variable
1093 &temp_fault[X].dev_attr.attr, \