Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dmax197.c96 bool is_min = attr->nr; in max197_show_range() local
104 if (is_min) { in max197_show_range()
124 bool is_min = attr->nr; in max197_store_range() local
132 if (is_min) { in max197_store_range()
Demc1403.c111 bool is_min) in show_hyst_common() argument
128 return sprintf(buf, "%d000\n", is_min ? limit + hyst : limit - hyst); in show_hyst_common()