Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dnct6775.c982 const char * const *temp_label; member
2207 return sprintf(buf, "%s\n", data->temp_label[data->temp_src[nr]]); in show_temp_label()
2341 if (nr == 1 && !data->temp_label) in nct6775_temp_is_visible()
2370 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
3657 data->temp_label = nct6776_temp_label; in nct6775_probe()
3736 data->temp_label = nct6775_temp_label; in nct6775_probe()
3809 data->temp_label = nct6776_temp_label; in nct6775_probe()
3882 data->temp_label = nct6779_temp_label; in nct6775_probe()
3966 data->temp_label = nct6779_temp_label; in nct6775_probe()
3971 data->temp_label = nct6792_temp_label; in nct6775_probe()
[all …]
Dw83627ehf.c442 const char * const *temp_label; member
1210 return sprintf(buf, "%s\n", data->temp_label[data->temp_src[nr]]); in show_temp_label()
1928 if (data->temp_label) in w83627ehf_init_device()
1929 label = data->temp_label[data->temp_src[i]]; in w83627ehf_init_device()
2172 data->temp_label = nct6776_temp_label; in w83627ehf_probe()
2174 data->temp_label = nct6775_temp_label; in w83627ehf_probe()
2222 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
2263 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
2535 if (data->temp_label) { in w83627ehf_probe()
Dadt7462.c630 static const char *temp_label(struct adt7462_data *data, int which) in temp_label() function
884 return sprintf(buf, "%s\n", temp_label(data, attr->index)); in show_temp_label()
Dnct6683.c889 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);