Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dnct6775.c850 const char * const *temp_label; member
2062 return sprintf(buf, "%s\n", data->temp_label[data->temp_src[nr]]); in show_temp_label()
2222 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
3406 !strlen(data->temp_label[src])) in add_temp_sensors()
3463 data->temp_label = nct6776_temp_label; in nct6775_probe()
3541 data->temp_label = nct6775_temp_label; in nct6775_probe()
3613 data->temp_label = nct6776_temp_label; in nct6775_probe()
3685 data->temp_label = nct6779_temp_label; in nct6775_probe()
3766 data->temp_label = nct6779_temp_label; in nct6775_probe()
3769 data->temp_label = nct6792_temp_label; in nct6775_probe()
[all …]
Dw83627ehf.c436 const char * const *temp_label; member
1204 return sprintf(buf, "%s\n", data->temp_label[data->temp_src[nr]]); in show_temp_label()
1922 if (data->temp_label) in w83627ehf_init_device()
1923 label = data->temp_label[data->temp_src[i]]; in w83627ehf_init_device()
2170 data->temp_label = nct6776_temp_label; in w83627ehf_probe()
2172 data->temp_label = nct6775_temp_label; in w83627ehf_probe()
2220 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
2261 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
2525 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.c881 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);