Searched refs:temp_max_hyst (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/hwmon/ |
H A D | gl520sm.c | 81 u8 temp_max_hyst[2]; member 146 data->temp_max_hyst[0] = gl520_read_value(client, in gl520_update_device() 165 data->temp_max_hyst[1] = gl520_read_value(client, in gl520_update_device() 525 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max_hyst[n])); in temp_max_hyst_show() 564 data->temp_max_hyst[n] = TEMP_TO_REG(v); in temp_max_hyst_store() 566 data->temp_max_hyst[n]); in temp_max_hyst_store() 575 static SENSOR_DEVICE_ATTR_RW(temp1_max_hyst, temp_max_hyst, 0); 576 static SENSOR_DEVICE_ATTR_RW(temp2_max_hyst, temp_max_hyst, 1);
|
H A D | f75375s.c | 111 s8 temp_max_hyst[2]; member 165 data->temp_max_hyst[nr] = in f75375_update_device() 572 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max_hyst[nr])); in show_temp_max_hyst() 611 data->temp_max_hyst[nr] = val; in set_temp_max_hyst() 613 data->temp_max_hyst[nr]); in set_temp_max_hyst()
|
H A D | w83627ehf.c | 341 s16 temp_max_hyst[9]; member 669 data->temp_max_hyst[i] in w83627ehf_update_device() 800 store_temp_reg(reg_temp_hyst, temp_max_hyst); 1441 *val = LM75_TEMP_FROM_REG(data->temp_max_hyst[channel]); in w83627ehf_do_read_temp() 1994 data->temp_max_hyst[i]); in w83627ehf_resume()
|
H A D | nct6775-core.c | 2388 SENSOR_TEMPLATE_2(temp_max_hyst, "temp%d_max_hyst", 0644, show_temp, store_temp, 0, 2);
|