Searched refs:temp_max_hyst (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dgl520sm.c141 u8 temp_max_hyst[2]; member in struct:gl520_data
426 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max_hyst[n - 1]));
445 data->temp_max_hyst[n - 1] = TEMP_TO_REG(v);
446 gl520_write_value(client, reg, data->temp_max_hyst[n - 1]);
758 data->temp_max_hyst[0] = gl520_read_value(client, GL520_REG_TEMP1_MAX_HYST);
779 data->temp_max_hyst[1] = gl520_read_value(client, GL520_REG_TEMP2_MAX_HYST);
H A Dw83627ehf.c279 s16 temp_max_hyst[2]; member in struct:w83627ehf_data
529 data->temp_max_hyst[i] = w83627ehf_read_value(client,
818 show_temp_reg(temp_max_hyst); variable
839 store_temp_reg(HYST, temp_max_hyst);
H A Dw83627hf.c309 u8 temp_max_hyst; /* Register value */ member in struct:w83627hf_data
582 show_temp_reg(temp_max_hyst); variable
1479 data->temp_max_hyst =
H A Dw83781d.c241 s8 temp_max_hyst; /* Register value */ member in struct:w83781d_data
404 show_temp_reg(temp_max_hyst); variable
1588 data->temp_max_hyst =

Completed in 93 milliseconds