Searched refs:pwm_auto_temp (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | adt7470.c | 189 u8 pwm_auto_temp[ADT7470_PWM_COUNT]; member 388 data->pwm_auto_temp[i] = val >> 4; in adt7470_update_sensors() 390 data->pwm_auto_temp[i] = val & 0xF; in adt7470_update_sensors() 1150 ctrl = data->pwm_auto_temp[attr->index]; in pwm_auto_temp_show() 1199 data->pwm_auto_temp[attr->index] = temp; in pwm_auto_temp_store() 1232 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_channels_temp, pwm_auto_temp, 0); 1233 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_channels_temp, pwm_auto_temp, 1); 1234 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_channels_temp, pwm_auto_temp, 2); 1235 static SENSOR_DEVICE_ATTR_RW(pwm4_auto_channels_temp, pwm_auto_temp, 3);
|
| H A D | adt7462.c | 1585 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_channels_temp, pwm_auto_temp, 0); 1586 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_channels_temp, pwm_auto_temp, 1); 1587 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_channels_temp, pwm_auto_temp, 2); 1588 static SENSOR_DEVICE_ATTR_RW(pwm4_auto_channels_temp, pwm_auto_temp, 3);
|