Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dadt7475.c628 static const int autorange_table[] = { variable
649 return sprintf(buf, "%d\n", val + autorange_table[out]); in point2_show()
678 val = clamp_val(val, temp + autorange_table[0], in point2_store()
679 temp + autorange_table[ARRAY_SIZE(autorange_table) - 1]); in point2_store()
683 val = find_closest(val, autorange_table, ARRAY_SIZE(autorange_table)); in point2_store()