Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
Dlm93.c259 u8 prochot_max[2]; member
951 data->prochot_max[i] = lm93_read_byte(client, in lm93_update_client_common()
2136 return sprintf(buf, "%d\n", data->prochot_max[nr]); in prochot_max_show()
2154 data->prochot_max[nr] = LM93_PROCHOT_TO_REG(val); in prochot_max_store()
2156 data->prochot_max[nr]); in prochot_max_store()
2161 static SENSOR_DEVICE_ATTR_RW(prochot1_max, prochot_max, 0);
2162 static SENSOR_DEVICE_ATTR_RW(prochot2_max, prochot_max, 1);