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

/drivers/hwmon/
H A Dgl520sm.c95 u8 temp_max_hyst[2]; member in struct:gl520_data
160 data->temp_max_hyst[0] = gl520_read_value(client,
179 data->temp_max_hyst[1] = gl520_read_value(client,
544 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max_hyst[n]));
581 data->temp_max_hyst[n] = TEMP_TO_REG(v);
583 data->temp_max_hyst[n]);
H A Df75375s.c125 s8 temp_max_hyst[2]; member in struct:f75375_data
205 data->temp_max_hyst[nr] =
612 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max_hyst[nr]));
651 data->temp_max_hyst[nr] = val;
653 data->temp_max_hyst[nr]);
H A Df71882fg.c1560 int temp_max_hyst; local
1564 temp_max_hyst = data->temp_hyst[nr / 2] >> 4;
1566 temp_max_hyst = data->temp_hyst[nr / 2] & 0x0f;
1567 temp_max_hyst = (data->temp_high[nr] - temp_max_hyst) * 1000;
1570 return sprintf(buf, "%d\n", temp_max_hyst);
H A Dw83627hf.c375 u16 temp_max_hyst[3]; /* Register value */ member in struct:w83627hf_data
447 data->temp_max_hyst[i]);
738 u16 tmp = data->temp_max_hyst[nr];
781 data->temp_max_hyst[nr] = tmp;
1897 data->temp_max_hyst[i] = w83627hf_read_value(
H A Dw83627ehf.c472 s16 temp_max_hyst[9]; member in struct:w83627ehf_data
904 data->temp_max_hyst[i]
1220 show_temp_reg(reg_temp_hyst, temp_max_hyst);
1243 store_temp_reg(reg_temp_hyst, temp_max_hyst);
2671 data->temp_max_hyst[i]);
H A Dw83781d.c232 s8 temp_max_hyst; /* Register value */ member in struct:w83781d_data
375 show_temp_reg(temp_max_hyst); variable
1512 data->temp_max_hyst =
H A Dnct6683.c882 SENSOR_TEMPLATE(temp_max_hyst, "temp%d_max_hyst", S_IRUGO, show_temp_hyst, NULL,
H A Dnct6775.c2097 SENSOR_TEMPLATE_2(temp_max_hyst, "temp%d_max_hyst", S_IRUGO | S_IWUSR,

Completed in 207 milliseconds