Searched refs:temp_label (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | nct6775-core.c | 2199 return sysfs_emit(buf, "%s\n", data->temp_label[data->temp_src[nr]]); in show_temp_label() 2357 if (nr == 1 && !data->temp_label) in nct6775_temp_is_visible() 2386 SENSOR_TEMPLATE(temp_label, "temp%d_label", 0444, show_temp_label, NULL, 0); 3540 data->temp_label = nct6776_temp_label; in nct6775_probe() 3616 data->temp_label = nct6776_temp_label; in nct6775_probe() 3699 data->temp_label = nct6775_temp_label; in nct6775_probe() 3775 data->temp_label = nct6776_temp_label; in nct6775_probe() 3851 data->temp_label = nct6779_temp_label; in nct6775_probe() 3940 data->temp_label = nct6779_temp_label; in nct6775_probe() 3945 data->temp_label = nct6792_temp_label; in nct6775_probe() [all …]
|
| H A D | adt7462.c | 621 static const char *temp_label(struct adt7462_data *data, int which) in temp_label() function 870 return sprintf(buf, "%s\n", temp_label(data, attr->index)); in temp_label_show() 1411 static SENSOR_DEVICE_ATTR_RO(temp1_label, temp_label, 0); 1412 static SENSOR_DEVICE_ATTR_RO(temp2_label, temp_label, 1); 1413 static SENSOR_DEVICE_ATTR_RO(temp3_label, temp_label, 2); 1414 static SENSOR_DEVICE_ATTR_RO(temp4_label, temp_label, 3);
|
| H A D | nct6775.h | 35 const char * const *temp_label; member
|