Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/hwmon/
Dw83627ehf.c437 const char * const *temp_label; member
1195 return sprintf(buf, "%s\n", data->temp_label[data->temp_src[nr]]); in show_temp_label()
1913 if (data->temp_label) in w83627ehf_init_device()
1914 label = data->temp_label[data->temp_src[i]]; in w83627ehf_init_device()
2177 data->temp_label = nct6776_temp_label; in w83627ehf_probe()
2179 data->temp_label = nct6775_temp_label; in w83627ehf_probe()
2227 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
2268 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
2532 if (data->temp_label) { in w83627ehf_probe()
Dadt7462.c656 static const char *temp_label(struct adt7462_data *data, int which) in temp_label() function
910 return sprintf(buf, "%s\n", temp_label(data, attr->index)); in show_temp_label()