Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Dadt7475.c623 static const int autorange_table[] = { variable
644 return sprintf(buf, "%d\n", val + autorange_table[out]); in point2_show()
673 val = clamp_val(val, temp + autorange_table[0], in point2_store()
674 temp + autorange_table[ARRAY_SIZE(autorange_table) - 1]); in point2_store()
678 val = find_closest(val, autorange_table, ARRAY_SIZE(autorange_table)); in point2_store()