Searched refs:temp_max_hyst (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/hwmon/ |
D | gl520sm.c | 126 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()
|
D | f75375s.c | 125 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()
|
D | f71882fg.c | 1560 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()
|
D | w83627hf.c | 376 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()
|
D | w83781d.c | 233 s8 temp_max_hyst; /* Register value */ member 376 show_temp_reg(temp_max_hyst); 1518 data->temp_max_hyst = in w83781d_update_device()
|
D | w83627ehf.c | 473 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);
|