Searched refs:autorange_table (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | adt7475.c | 626 static const int autorange_table[] = { variable 647 return sprintf(buf, "%d\n", val + autorange_table[out]); in point2_show() 676 val = clamp_val(val, temp + autorange_table[0], in point2_store() 677 temp + autorange_table[ARRAY_SIZE(autorange_table) - 1]); in point2_store() 681 val = find_closest(val, autorange_table, ARRAY_SIZE(autorange_table)); in point2_store()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | adt7475.c | 627 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()
|
Completed in 5 milliseconds