Home
last modified time | relevance | path

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

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