Lines Matching defs:pwm_tmin
214 u8 pwm_tmin[ADT7462_PWM_COUNT];
758 data->pwm_tmin[i] = i2c_smbus_read_byte_data(client,
1218 int tmin = (data->pwm_tmin[attr->index] - 64) * 1000;
1238 tmin = (data->pwm_tmin[attr->index] - 64) * 1000;
1260 return sprintf(buf, "%d\n", 1000 * (data->pwm_tmin[attr->index] - 64));
1279 data->pwm_tmin[attr->index] = temp;
1570 static SENSOR_DEVICE_ATTR_RW(temp1_auto_point1_temp, pwm_tmin, 0);
1571 static SENSOR_DEVICE_ATTR_RW(temp2_auto_point1_temp, pwm_tmin, 1);
1572 static SENSOR_DEVICE_ATTR_RW(temp3_auto_point1_temp, pwm_tmin, 2);
1573 static SENSOR_DEVICE_ATTR_RW(temp4_auto_point1_temp, pwm_tmin, 3);