Searched refs:max_hyst (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | abx500.c | 101 } 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);
|
D | abx500.h | 57 unsigned long max_hyst[NUM_SENSORS]; member
|
D | w83781d.c | 391 store_temp_reg(HYST, max_hyst);
|