pwm_auto_temp    1585 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(pwm1_auto_channels_temp, pwm_auto_temp, 0);
pwm_auto_temp    1586 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(pwm2_auto_channels_temp, pwm_auto_temp, 1);
pwm_auto_temp    1587 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(pwm3_auto_channels_temp, pwm_auto_temp, 2);
pwm_auto_temp    1588 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(pwm4_auto_channels_temp, pwm_auto_temp, 3);
pwm_auto_temp     164 drivers/hwmon/adt7470.c 	u8			pwm_auto_temp[ADT7470_PWM_COUNT];
pwm_auto_temp     337 drivers/hwmon/adt7470.c 			data->pwm_auto_temp[i] = cfg >> 4;
pwm_auto_temp     339 drivers/hwmon/adt7470.c 			data->pwm_auto_temp[i] = cfg & 0xF;
pwm_auto_temp     914 drivers/hwmon/adt7470.c 	u8 ctrl = data->pwm_auto_temp[attr->index];
pwm_auto_temp    1081 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(pwm1_auto_channels_temp, pwm_auto_temp, 0);
pwm_auto_temp    1082 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(pwm2_auto_channels_temp, pwm_auto_temp, 1);
pwm_auto_temp    1083 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(pwm3_auto_channels_temp, pwm_auto_temp, 2);
pwm_auto_temp    1084 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(pwm4_auto_channels_temp, pwm_auto_temp, 3);
pwm_auto_temp     125 drivers/hwmon/vt1211.c 	u8  pwm_auto_temp[4];
pwm_auto_temp     312 drivers/hwmon/vt1211.c 		for (ix = 0; ix < ARRAY_SIZE(data->pwm_auto_temp); ix++) {
pwm_auto_temp     313 drivers/hwmon/vt1211.c 			data->pwm_auto_temp[ix] = vt1211_read8(data,
pwm_auto_temp     761 drivers/hwmon/vt1211.c 		       data->pwm_auto_temp[ap]));
pwm_auto_temp     789 drivers/hwmon/vt1211.c 	data->pwm_auto_temp[ap] = TEMP_TO_REG(data->pwm_ctl[ix] & 7, val);
pwm_auto_temp     791 drivers/hwmon/vt1211.c 		      data->pwm_auto_temp[ap]);