Home
last modified time | relevance | path

Searched refs:force_pwm_max (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/hwmon/
Dadt7470.c158 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);
Dadt7462.c1543 static SENSOR_DEVICE_ATTR_RW(force_pwm_max, force_pwm_max, 0);