Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/hwmon/
Dgl520sm.c126 u8 temp_max_hyst[2]; member
480 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max_hyst[n])); in get_temp_max_hyst()
517 data->temp_max_hyst[n] = TEMP_TO_REG(v); in set_temp_max_hyst()
519 data->temp_max_hyst[n]); in set_temp_max_hyst()
936 data->temp_max_hyst[0] = gl520_read_value(client, in gl520_update_device()
955 data->temp_max_hyst[1] = gl520_read_value(client, in gl520_update_device()
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()
Df71882fg.c1560 int temp_max_hyst; in show_temp_max_hyst() local
1564 temp_max_hyst = data->temp_hyst[nr / 2] >> 4; in show_temp_max_hyst()
1566 temp_max_hyst = data->temp_hyst[nr / 2] & 0x0f; in show_temp_max_hyst()
1567 temp_max_hyst = (data->temp_high[nr] - temp_max_hyst) * 1000; in show_temp_max_hyst()
1570 return sprintf(buf, "%d\n", temp_max_hyst); in show_temp_max_hyst()
Dw83627hf.c376 u16 temp_max_hyst[3]; /* Register value */ member
668 u16 tmp = data->temp_max_hyst[nr]; in show_temp_max_hyst()
711 data->temp_max_hyst[nr] = tmp; in store_temp_max_hyst()
1836 data->temp_max_hyst[i] = w83627hf_read_value( in w83627hf_update_device()
Dw83781d.c233 s8 temp_max_hyst; /* Register value */ member
376 show_temp_reg(temp_max_hyst);
1518 data->temp_max_hyst = in w83781d_update_device()
Dw83627ehf.c473 s16 temp_max_hyst[9]; member
897 data->temp_max_hyst[i] in w83627ehf_update_device()
1211 show_temp_reg(reg_temp_hyst, temp_max_hyst);
1234 store_temp_reg(reg_temp_hyst, temp_max_hyst);