Searched refs:pwm_auto_temp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | adt7470.c | 165 u8 pwm_auto_temp[ADT7470_PWM_COUNT]; member 337 data->pwm_auto_temp[i] = cfg >> 4; in adt7470_update_device() 339 data->pwm_auto_temp[i] = cfg & 0xF; in adt7470_update_device() 914 u8 ctrl = data->pwm_auto_temp[attr->index]; in pwm_auto_temp_show() 1081 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_channels_temp, pwm_auto_temp, 0); 1082 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_channels_temp, pwm_auto_temp, 1); 1083 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_channels_temp, pwm_auto_temp, 2); 1084 static SENSOR_DEVICE_ATTR_RW(pwm4_auto_channels_temp, pwm_auto_temp, 3);
|
H A D | vt1211.c | 125 u8 pwm_auto_temp[4]; member 312 for (ix = 0; ix < ARRAY_SIZE(data->pwm_auto_temp); ix++) { in vt1211_update_device() 313 data->pwm_auto_temp[ix] = vt1211_read8(data, in vt1211_update_device() 740 * 0 0 : pwm1/2 off temperature (pwm_auto_temp[0]) 741 * 0 1 : pwm1/2 low speed temperature (pwm_auto_temp[1]) 742 * 0 2 : pwm1/2 high speed temperature (pwm_auto_temp[2]) 743 * 0 3 : pwm1/2 full speed temperature (pwm_auto_temp[3]) 744 * 1 0 : pwm1/2 off temperature (pwm_auto_temp[0]) 745 * 1 1 : pwm1/2 low speed temperature (pwm_auto_temp[1]) 746 * 1 2 : pwm1/2 high speed temperature (pwm_auto_temp[ [all...] |
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);
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | adt7470.c | 169 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() 985 ctrl = data->pwm_auto_temp[attr->index]; in pwm_auto_temp_show() 1062 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_channels_temp, pwm_auto_temp, 0); 1063 static SENSOR_DEVICE_ATTR_RW(pwm2_auto_channels_temp, pwm_auto_temp, 1); 1064 static SENSOR_DEVICE_ATTR_RW(pwm3_auto_channels_temp, pwm_auto_temp, 2); 1065 static SENSOR_DEVICE_ATTR_RW(pwm4_auto_channels_temp, pwm_auto_temp, 3);
|
H A D | vt1211.c | 125 u8 pwm_auto_temp[4]; member 306 for (ix = 0; ix < ARRAY_SIZE(data->pwm_auto_temp); ix++) { in vt1211_update_device() 307 data->pwm_auto_temp[ix] = vt1211_read8(data, in vt1211_update_device() 734 * 0 0 : pwm1/2 off temperature (pwm_auto_temp[0]) 735 * 0 1 : pwm1/2 low speed temperature (pwm_auto_temp[1]) 736 * 0 2 : pwm1/2 high speed temperature (pwm_auto_temp[2]) 737 * 0 3 : pwm1/2 full speed temperature (pwm_auto_temp[3]) 738 * 1 0 : pwm1/2 off temperature (pwm_auto_temp[0]) 739 * 1 1 : pwm1/2 low speed temperature (pwm_auto_temp[1]) 740 * 1 2 : pwm1/2 high speed temperature (pwm_auto_temp[ [all...] |
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);
|
Completed in 12 milliseconds