Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dyogafan.c93 static void apply_rllag_filter(struct yoga_fan_data *data, int idx, long raw_rpm) in apply_rllag_filter() argument
100 if (raw_rpm < RPM_FLOOR_LIMIT) { in apply_rllag_filter()
107 data->filtered_val[idx] = raw_rpm; in apply_rllag_filter()
115 delta = raw_rpm - data->filtered_val[idx]; in apply_rllag_filter()