Symbol: temp_label
drivers/gpu/drm/amd/pm/amdgpu_pm.c
2904
return sysfs_emit(buf, "%s\n", temp_label[channel].label);
drivers/gpu/drm/amd/pm/amdgpu_pm.c
81
} temp_label[] = {
drivers/hwmon/adt7462.c
1411
static SENSOR_DEVICE_ATTR_RO(temp1_label, temp_label, 0);
drivers/hwmon/adt7462.c
1412
static SENSOR_DEVICE_ATTR_RO(temp2_label, temp_label, 1);
drivers/hwmon/adt7462.c
1413
static SENSOR_DEVICE_ATTR_RO(temp3_label, temp_label, 2);
drivers/hwmon/adt7462.c
1414
static SENSOR_DEVICE_ATTR_RO(temp4_label, temp_label, 3);
drivers/hwmon/adt7462.c
870
return sprintf(buf, "%s\n", temp_label(data, attr->index));
drivers/hwmon/aquacomputer_d5next.c
1119
*str = priv->temp_label[channel];
drivers/hwmon/aquacomputer_d5next.c
1581
priv->temp_label = label_temp_sensors;
drivers/hwmon/aquacomputer_d5next.c
1607
priv->temp_label = label_d5next_temp;
drivers/hwmon/aquacomputer_d5next.c
1622
priv->temp_label = label_temp_sensors;
drivers/hwmon/aquacomputer_d5next.c
1637
priv->temp_label = label_temp_sensors;
drivers/hwmon/aquacomputer_d5next.c
1662
priv->temp_label = label_temp_sensors;
drivers/hwmon/aquacomputer_d5next.c
1691
priv->temp_label = label_temp_sensors;
drivers/hwmon/aquacomputer_d5next.c
1710
priv->temp_label = label_highflownext_temp_sensors;
drivers/hwmon/aquacomputer_d5next.c
1731
priv->temp_label = label_leakshield_temp_sensors;
drivers/hwmon/aquacomputer_d5next.c
1744
priv->temp_label = label_aquastreamxt_temp_sensors;
drivers/hwmon/aquacomputer_d5next.c
1758
priv->temp_label = label_aquastreamult_temp;
drivers/hwmon/aquacomputer_d5next.c
1773
priv->temp_label = label_poweradjust3_temp_sensors;
drivers/hwmon/aquacomputer_d5next.c
1786
priv->temp_label = label_highflow_temp;
drivers/hwmon/aquacomputer_d5next.c
607
const char *const *temp_label;
drivers/hwmon/nct6683.c
887
SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
drivers/hwmon/nct6775-core.c
2200
return sysfs_emit(buf, "%s\n", data->temp_label[data->temp_src[nr]]);
drivers/hwmon/nct6775-core.c
2358
if (nr == 1 && !data->temp_label)
drivers/hwmon/nct6775-core.c
2387
SENSOR_TEMPLATE(temp_label, "temp%d_label", 0444, show_temp_label, NULL, 0);
drivers/hwmon/nct6775-core.c
3541
data->temp_label = nct6776_temp_label;
drivers/hwmon/nct6775-core.c
3617
data->temp_label = nct6776_temp_label;
drivers/hwmon/nct6775-core.c
3700
data->temp_label = nct6775_temp_label;
drivers/hwmon/nct6775-core.c
3776
data->temp_label = nct6776_temp_label;
drivers/hwmon/nct6775-core.c
3852
data->temp_label = nct6779_temp_label;
drivers/hwmon/nct6775-core.c
3941
data->temp_label = nct6779_temp_label;
drivers/hwmon/nct6775-core.c
3946
data->temp_label = nct6792_temp_label;
drivers/hwmon/nct6775-core.c
3951
data->temp_label = nct6793_temp_label;
drivers/hwmon/nct6775-core.c
3957
data->temp_label = nct6795_temp_label;
drivers/hwmon/nct6775-core.c
3962
data->temp_label = nct6796_temp_label;
drivers/hwmon/nct6775-core.c
4072
data->temp_label = nct6798_temp_label;
drivers/hwmon/nct6775-core.c
4077
data->temp_label = nct6799_temp_label;
drivers/hwmon/nct6775.h
35
const char * const *temp_label;
drivers/hwmon/w83627ehf.c
1262
if (data->temp_label)
drivers/hwmon/w83627ehf.c
1263
label = data->temp_label[data->temp_src[i]];
drivers/hwmon/w83627ehf.c
1350
if (data->temp_label)
drivers/hwmon/w83627ehf.c
1593
*str = data->temp_label[data->temp_src[channel]];
drivers/hwmon/w83627ehf.c
1784
data->temp_label = w83667hg_b_temp_label;
drivers/hwmon/w83627ehf.c
1825
data->temp_label = w83667hg_b_temp_label;
drivers/hwmon/w83627ehf.c
316
const char * const *temp_label;