Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwmon/
Dadt7475.c541 static const int ad7475_st_map[] = { variable
566 return sprintf(buf, "%d\n", ad7475_st_map[val & 0x7]); in temp_st_show()
605 val = find_closest_descending(val, ad7475_st_map, in temp_st_store()
606 ARRAY_SIZE(ad7475_st_map)); in temp_st_store()