Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dasc7621.c738 static const u32 asc7621_temp_smoothing_time_map[] = { variable
750 return sprintf(buf, "%u\n", asc7621_temp_smoothing_time_map[regval]); in show_temp_st()
765 for (i = 0; i < ARRAY_SIZE(asc7621_temp_smoothing_time_map); i++) { in store_temp_st()
766 if (reqval == asc7621_temp_smoothing_time_map[i]) { in store_temp_st()