temp_label
return sysfs_emit(buf, "%s\n", temp_label[channel].label);
} temp_label[] = {
static SENSOR_DEVICE_ATTR_RO(temp1_label, temp_label, 0);
static SENSOR_DEVICE_ATTR_RO(temp2_label, temp_label, 1);
static SENSOR_DEVICE_ATTR_RO(temp3_label, temp_label, 2);
static SENSOR_DEVICE_ATTR_RO(temp4_label, temp_label, 3);
return sprintf(buf, "%s\n", temp_label(data, attr->index));
*str = priv->temp_label[channel];
priv->temp_label = label_temp_sensors;
priv->temp_label = label_d5next_temp;
priv->temp_label = label_temp_sensors;
priv->temp_label = label_temp_sensors;
priv->temp_label = label_temp_sensors;
priv->temp_label = label_temp_sensors;
priv->temp_label = label_highflownext_temp_sensors;
priv->temp_label = label_leakshield_temp_sensors;
priv->temp_label = label_aquastreamxt_temp_sensors;
priv->temp_label = label_aquastreamult_temp;
priv->temp_label = label_poweradjust3_temp_sensors;
priv->temp_label = label_highflow_temp;
const char *const *temp_label;
SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
return sysfs_emit(buf, "%s\n", data->temp_label[data->temp_src[nr]]);
if (nr == 1 && !data->temp_label)
SENSOR_TEMPLATE(temp_label, "temp%d_label", 0444, show_temp_label, NULL, 0);
data->temp_label = nct6776_temp_label;
data->temp_label = nct6776_temp_label;
data->temp_label = nct6775_temp_label;
data->temp_label = nct6776_temp_label;
data->temp_label = nct6779_temp_label;
data->temp_label = nct6779_temp_label;
data->temp_label = nct6792_temp_label;
data->temp_label = nct6793_temp_label;
data->temp_label = nct6795_temp_label;
data->temp_label = nct6796_temp_label;
data->temp_label = nct6798_temp_label;
data->temp_label = nct6799_temp_label;
const char * const *temp_label;
if (data->temp_label)
label = data->temp_label[data->temp_src[i]];
if (data->temp_label)
*str = data->temp_label[data->temp_src[channel]];
data->temp_label = w83667hg_b_temp_label;
data->temp_label = w83667hg_b_temp_label;
const char * const *temp_label;