Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
Dabx500.c101 } else if (temp < data->max[i] - data->max_hyst[i]) { in gpadc_monitor()
210 data->max_hyst[attr->index] = val; in max_hyst_store()
242 return sprintf(buf, "%lu\n", data->max_hyst[attr->index]); in max_hyst_show()
283 static SENSOR_DEVICE_ATTR_RW(temp1_max_hyst, max_hyst, 0);
292 static SENSOR_DEVICE_ATTR_RW(temp2_max_hyst, max_hyst, 1);
301 static SENSOR_DEVICE_ATTR_RW(temp3_max_hyst, max_hyst, 2);
310 static SENSOR_DEVICE_ATTR_RW(temp4_max_hyst, max_hyst, 3);
Dabx500.h57 unsigned long max_hyst[NUM_SENSORS]; member
Dw83781d.c391 store_temp_reg(HYST, max_hyst);