Searched refs:temp_label (Results 1 – 4 of 4) sorted by relevance
/drivers/hwmon/ |
D | w83627ehf.c | 436 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() 2186 data->temp_label = nct6776_temp_label; in w83627ehf_probe() 2188 data->temp_label = nct6775_temp_label; in w83627ehf_probe() 2236 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe() 2277 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe() 2541 if (data->temp_label) { in w83627ehf_probe()
|
D | nct6775.c | 749 const char * const *temp_label; member 1941 return sprintf(buf, "%s\n", data->temp_label[data->temp_src[nr]]); in show_temp_label() 2100 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0); 3259 !strlen(data->temp_label[src])) in add_temp_sensors() 3316 data->temp_label = nct6776_temp_label; in nct6775_probe() 3394 data->temp_label = nct6775_temp_label; in nct6775_probe() 3466 data->temp_label = nct6776_temp_label; in nct6775_probe() 3538 data->temp_label = nct6779_temp_label; in nct6775_probe() 3614 data->temp_label = nct6779_temp_label; in nct6775_probe() 3717 !strlen(data->temp_label[src])) { in nct6775_probe() [all …]
|
D | adt7462.c | 630 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()
|
D | nct6683.c | 881 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
|