Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dmax197.c94 bool is_min = attr->nr; in max197_show_range() local
102 if (is_min) { in max197_show_range()
122 bool is_min = attr->nr; in max197_store_range() local
130 if (is_min) { in max197_store_range()
H A Demc1403.c100 bool is_min) in show_hyst_common() argument
117 return sprintf(buf, "%d000\n", is_min ? limit + hyst : limit - hyst); in show_hyst_common()