Home
last modified time | relevance | path

Searched refs:pwm_auto_temp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dadt7470.c169 u8 pwm_auto_temp[ADT7470_PWM_COUNT]; member
349 data->pwm_auto_temp[i] = val >> 4; in adt7470_update_sensors()
351 data->pwm_auto_temp[i] = val & 0xF; in adt7470_update_sensors()
977 ctrl = data->pwm_auto_temp[attr->index]; in pwm_auto_temp_show()
1054 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_channels_temp, pwm_auto_temp, 0);
1055 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_channels_temp, pwm_auto_temp, 1);
1056 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_channels_temp, pwm_auto_temp, 2);
1057 static SENSOR_DEVICE_ATTR_RW(pwm4_auto_channels_temp, pwm_auto_temp, 3);
H A Dadt7462.c1585 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);