Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Demc2103.c380 unsigned long rpm_target; in fan1_target_store() local
382 int result = kstrtoul(buf, 10, &rpm_target); in fan1_target_store()
387 rpm_target = clamp_val(rpm_target, 0, 16384); in fan1_target_store()
391 if (rpm_target == 0) in fan1_target_store()
395 (FAN_RPM_FACTOR * data->fan_multiplier) / rpm_target, in fan1_target_store()