Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dgl520sm.c95 u8 temp_max_hyst[2]; member
160 data->temp_max_hyst[0] = gl520_read_value(client, in gl520_update_device()
179 data->temp_max_hyst[1] = gl520_read_value(client, in gl520_update_device()
551 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max_hyst[n])); in get_temp_max_hyst()
588 data->temp_max_hyst[n] = TEMP_TO_REG(v); in set_temp_max_hyst()
590 data->temp_max_hyst[n]); in set_temp_max_hyst()
Df75375s.c125 s8 temp_max_hyst[2]; member
205 data->temp_max_hyst[nr] = in f75375_update_device()
612 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max_hyst[nr])); in show_temp_max_hyst()
651 data->temp_max_hyst[nr] = val; in set_temp_max_hyst()
653 data->temp_max_hyst[nr]); in set_temp_max_hyst()
Dw83627hf.c375 u16 temp_max_hyst[3]; /* Register value */ member
447 data->temp_max_hyst[i]); in w83627hf_resume()
740 u16 tmp = data->temp_max_hyst[nr]; in show_temp_max_hyst()
783 data->temp_max_hyst[nr] = tmp; in store_temp_max_hyst()
1899 data->temp_max_hyst[i] = w83627hf_read_value( in w83627hf_update_device()
Df71882fg.c1635 int temp_max_hyst; in show_temp_max_hyst() local
1639 temp_max_hyst = data->temp_hyst[nr / 2] >> 4; in show_temp_max_hyst()
1641 temp_max_hyst = data->temp_hyst[nr / 2] & 0x0f; in show_temp_max_hyst()
1642 temp_max_hyst = (data->temp_high[nr] - temp_max_hyst) * 1000; in show_temp_max_hyst()
1645 return sprintf(buf, "%d\n", temp_max_hyst); in show_temp_max_hyst()
Dw83627ehf.c478 s16 temp_max_hyst[9]; member
910 data->temp_max_hyst[i] in w83627ehf_update_device()
1226 show_temp_reg(reg_temp_hyst, temp_max_hyst);
1249 store_temp_reg(reg_temp_hyst, temp_max_hyst);
2665 data->temp_max_hyst[i]); in w83627ehf_resume()
Dw83781d.c232 s8 temp_max_hyst; /* Register value */ member
375 show_temp_reg(temp_max_hyst);
1506 data->temp_max_hyst = in w83781d_update_device()
Dnct6683.c892 SENSOR_TEMPLATE(temp_max_hyst, "temp%d_max_hyst", S_IRUGO, show_temp_hyst, NULL,
Dnct6775.c2373 SENSOR_TEMPLATE_2(temp_max_hyst, "temp%d_max_hyst", S_IRUGO | S_IWUSR,