Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dadt7462.c603 static int temp_enabled(struct adt7462_data *data, int which) in temp_enabled() function
784 if (!temp_enabled(data, attr->index)) in temp_min_show()
799 if (kstrtol(buf, 10, &temp) || !temp_enabled(data, attr->index)) in temp_min_store()
820 if (!temp_enabled(data, attr->index)) in temp_max_show()
835 if (kstrtol(buf, 10, &temp) || !temp_enabled(data, attr->index)) in temp_max_store()
857 if (!temp_enabled(data, attr->index)) in temp_show()