Lines Matching refs:temp_crit
220 s8 temp_crit[3]; /* Register value */
382 data->temp_crit[i] = pc87360_read_value(data,
981 TEMP_FROM_REG(data->temp_crit[attr->index]));
998 data->temp_crit[attr->index] = TEMP_TO_REG(val);
1000 data->temp_crit[attr->index]);
1005 static struct sensor_device_attribute temp_crit[] = {
1006 SENSOR_ATTR_RW(temp1_crit, temp_crit, 0),
1007 SENSOR_ATTR_RW(temp2_crit, temp_crit, 1),
1008 SENSOR_ATTR_RW(temp3_crit, temp_crit, 2),
1085 &temp_crit[X].dev_attr.attr, \