Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A 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()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dadt7475.c542 static const int ad7475_st_map[] = { variable
567 return sprintf(buf, "%d\n", ad7475_st_map[val & 0x7]); in temp_st_show()
606 val = find_closest_descending(val, ad7475_st_map, in temp_st_store()
607 ARRAY_SIZE(ad7475_st_map)); in temp_st_store()

Completed in 10 milliseconds