Searched refs:force_pwm_max (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | adt7470.c | 159 u8 force_pwm_max; member 344 data->force_pwm_max = 1; in adt7470_update_device() 346 data->force_pwm_max = 0; in adt7470_update_device() 640 return sprintf(buf, "%d\n", data->force_pwm_max); in force_pwm_max_show() 656 data->force_pwm_max = temp; in force_pwm_max_store() 1047 static SENSOR_DEVICE_ATTR_RW(force_pwm_max, force_pwm_max, 0);
|
H A D | adt7462.c | 1543 static SENSOR_DEVICE_ATTR_RW(force_pwm_max, force_pwm_max, 0);
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | adt7470.c | 163 u8 force_pwm_max; member 357 data->force_pwm_max = !!(val & ADT7470_FSPD_MASK); in adt7470_update_sensors() 699 return sprintf(buf, "%d\n", data->force_pwm_max); in force_pwm_max_show() 714 data->force_pwm_max = temp; in force_pwm_max_store() 1040 static SENSOR_DEVICE_ATTR_RW(force_pwm_max, force_pwm_max, 0);
|
H A D | adt7462.c | 1543 static SENSOR_DEVICE_ATTR_RW(force_pwm_max, force_pwm_max, 0);
|
Completed in 9 milliseconds