Lines Matching defs:temp
61 /* temp[1-4]_auto_boost (nr => 0-3) */
89 /* temp[1-4]_auto_boost_hyst */
94 /* temp[1-4]_auto_pwm_[min|hyst] */
103 /* temp[1-4]_auto_base (nr => 0-3) */
106 /* temp[1-4]_auto_offsets (step => 0-11) */
246 /* auto/pwm base temp and offset temp registers */
425 static u8 LM93_TEMP_TO_REG(long temp)
427 int ntemp = clamp_val(temp, LM93_TEMP_MIN, LM93_TEMP_MAX);
1085 /* auto/pwm (base temp) registers */
1091 /* auto/pwm (offset temp) registers */
1265 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp, 0);
1266 static SENSOR_DEVICE_ATTR_RO(temp2_input, temp, 1);
1267 static SENSOR_DEVICE_ATTR_RO(temp3_input, temp, 2);