Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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);