Home
last modified time | relevance | path

Searched refs:force_pwm_max (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dadt7470.c159 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 Dadt7462.c1543 static SENSOR_DEVICE_ATTR_RW(force_pwm_max, force_pwm_max, 0);
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dadt7470.c163 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 Dadt7462.c1543 static SENSOR_DEVICE_ATTR_RW(force_pwm_max, force_pwm_max, 0);

Completed in 9 milliseconds