Searched refs:pwm1_auto_channels_temp (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | amc6821.c | 158 u8 pwm1_auto_channels_temp; member 240 data->pwm1_auto_channels_temp = 0; in amc6821_update_device() 244 data->pwm1_auto_channels_temp = 2; in amc6821_update_device() 248 data->pwm1_auto_channels_temp = 3; in amc6821_update_device() 255 data->pwm1_auto_channels_temp = 0; in amc6821_update_device() 429 return sprintf(buf, "%d\n", data->pwm1_auto_channels_temp); in pwm1_auto_channels_temp_show() 717 static SENSOR_DEVICE_ATTR_RO(pwm1_auto_channels_temp, pwm1_auto_channels_temp,
|
D | f71882fg.c | 652 SENSOR_ATTR_2(pwm1_auto_channels_temp, S_IRUGO|S_IWUSR, 725 SENSOR_ATTR_2(pwm1_auto_channels_temp, S_IRUGO|S_IWUSR, 803 SENSOR_ATTR_2(pwm1_auto_channels_temp, S_IRUGO|S_IWUSR, 979 SENSOR_ATTR_2(pwm1_auto_channels_temp, S_IRUGO|S_IWUSR,
|
D | adt7470.c | 1081 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_channels_temp, pwm_auto_temp, 0);
|
D | adt7462.c | 1585 static SENSOR_DEVICE_ATTR_RW(pwm1_auto_channels_temp, pwm_auto_temp, 0);
|
D | adt7475.c | 1153 static SENSOR_DEVICE_ATTR_2_RW(pwm1_auto_channels_temp, pwmchan, INPUT, 0);
|
D | it87.c | 1659 static SENSOR_DEVICE_ATTR(pwm1_auto_channels_temp, S_IRUGO,
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | amc6821.rst | 57 pwm1_auto_channels_temp ro 1 if pwm_enable==2, 3 if pwm_enable==3
|