Searched refs:tcrit2 (Results 1 – 1 of 1) sorted by relevance
64 u8 tcrit2[2]; /* high temperature limit */ member130 for (i = 0; i < ARRAY_SIZE(data->tcrit2); i++) { in lm95234_fill_cache()134 data->tcrit2[i] = ret; in lm95234_fill_cache()286 return sprintf(buf, "%u", data->tcrit2[index] * 1000); in tcrit2_show()307 data->tcrit2[index] = val; in tcrit2_store()326 ((int)data->tcrit2[index] - (int)data->thyst) * 1000); in tcrit2_hyst_show()503 static SENSOR_DEVICE_ATTR_RW(temp2_max, tcrit2, 0);504 static SENSOR_DEVICE_ATTR_RW(temp3_max, tcrit2, 1);