ad7475_st_map     539 drivers/hwmon/adt7475.c static const int ad7475_st_map[] = {
ad7475_st_map     564 drivers/hwmon/adt7475.c 		return sprintf(buf, "%d\n", ad7475_st_map[val & 0x7]);
ad7475_st_map     603 drivers/hwmon/adt7475.c 		val = find_closest_descending(val, ad7475_st_map,
ad7475_st_map     604 drivers/hwmon/adt7475.c 					      ARRAY_SIZE(ad7475_st_map));