Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dmax31827.c84 static const u16 max31827_resolutions[] = { variable
251 if (max31827_resolutions[st->resolution] == 12 && in max31827_read()
448 return scnprintf(buf, PAGE_SIZE, "%u\n", max31827_resolutions[val]); in temp1_resolution_show()
470 while (idx < ARRAY_SIZE(max31827_resolutions) && in temp1_resolution_store()
471 val < max31827_resolutions[idx]) in temp1_resolution_store()
474 if (idx == ARRAY_SIZE(max31827_resolutions)) in temp1_resolution_store()
475 idx = ARRAY_SIZE(max31827_resolutions) - 1; in temp1_resolution_store()