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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dadm1031.c97 u8 auto_temp[3]; member in struct:adm1031_data
336 AUTO_TEMP_OFF_FROM_REG(data->auto_temp[nr]));
344 AUTO_TEMP_MIN_FROM_REG(data->auto_temp[nr]));
356 data->auto_temp[nr] = AUTO_TEMP_MIN_TO_REG(val, data->auto_temp[nr]);
358 data->auto_temp[nr]);
368 AUTO_TEMP_MAX_FROM_REG(data->auto_temp[nr]));
380 data->temp_max[nr] = AUTO_TEMP_MAX_TO_REG(val, data->auto_temp[nr], data->pwm[nr]);
388 static SENSOR_DEVICE_ATTR(auto_temp##offset##_off, S_IRUGO, \
390 static SENSOR_DEVICE_ATTR(auto_temp##offse
[all...]
H A Dit87.c310 s8 auto_temp[3][5]; /* [nr][0] is point1_temp_hyst */ member in struct:it87_data
741 if (data->auto_temp[nr][i] > data->auto_temp[nr][i + 1])
952 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->auto_temp[nr][point]));
969 data->auto_temp[nr][point] = TEMP_TO_REG(val);
971 data->auto_temp[nr][point]);
1972 data->auto_temp[nr][i] = it87_read_value(data,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dadm1031.c97 u8 auto_temp[3]; member in struct:adm1031_data
336 AUTO_TEMP_OFF_FROM_REG(data->auto_temp[nr]));
344 AUTO_TEMP_MIN_FROM_REG(data->auto_temp[nr]));
356 data->auto_temp[nr] = AUTO_TEMP_MIN_TO_REG(val, data->auto_temp[nr]);
358 data->auto_temp[nr]);
368 AUTO_TEMP_MAX_FROM_REG(data->auto_temp[nr]));
380 data->temp_max[nr] = AUTO_TEMP_MAX_TO_REG(val, data->auto_temp[nr], data->pwm[nr]);
388 static SENSOR_DEVICE_ATTR(auto_temp##offset##_off, S_IRUGO, \
390 static SENSOR_DEVICE_ATTR(auto_temp##offse
[all...]
H A Dit87.c310 s8 auto_temp[3][5]; /* [nr][0] is point1_temp_hyst */ member in struct:it87_data
741 if (data->auto_temp[nr][i] > data->auto_temp[nr][i + 1])
952 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->auto_temp[nr][point]));
969 data->auto_temp[nr][point] = TEMP_TO_REG(val);
971 data->auto_temp[nr][point]);
1972 data->auto_temp[nr][i] = it87_read_value(data,

Completed in 97 milliseconds