/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | aquacomputer_d5next.c | 579 const char *const *temp_label; member 1089 *str = priv->temp_label[channel]; in aqc_read_string() 1560 priv->temp_label = label_temp_sensors; in aqc_probe() 1586 priv->temp_label = label_d5next_temp; in aqc_probe() 1601 priv->temp_label = label_temp_sensors; in aqc_probe() 1616 priv->temp_label = label_temp_sensors; in aqc_probe() 1637 priv->temp_label = label_temp_sensors; in aqc_probe() 1666 priv->temp_label = label_temp_sensors; in aqc_probe() 1685 priv->temp_label = label_highflownext_temp_sensors; in aqc_probe() 1706 priv->temp_label in aqc_probe() [all...] |
H A D | w83627ehf.c | 316 const char * const *temp_label; member 1262 if (data->temp_label) in w83627ehf_init_device() 1263 label = data->temp_label[data->temp_src[i]]; in w83627ehf_init_device() 1350 if (data->temp_label) in w83627ehf_is_visible() 1590 *str = data->temp_label[data->temp_src[channel]]; in w83627ehf_read_string() 1781 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe() 1822 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
|
H A D | nct6775.h | 35 const char * const *temp_label; member
|
H A D | nct6775-core.c | 2200 return sprintf(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 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 | nct6683.c | 881 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83627ehf.c | 316 const char * const *temp_label; member 1264 if (data->temp_label) in w83627ehf_init_device() 1265 label = data->temp_label[data->temp_src[i]]; in w83627ehf_init_device() 1352 if (data->temp_label) in w83627ehf_is_visible() 1592 *str = data->temp_label[data->temp_src[channel]]; in w83627ehf_read_string() 1791 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe() 1832 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
|
H A D | nct6775.c | 1082 const char * const *temp_label; member 2317 return sprintf(buf, "%s\n", data->temp_label[data->temp_src[nr]]); in show_temp_label() 2451 if (nr == 1 && !data->temp_label) in nct6775_temp_is_visible() 2480 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0); 3838 data->temp_label = nct6776_temp_label; in nct6775_probe() 3911 data->temp_label = nct6776_temp_label; in nct6775_probe() 3991 data->temp_label = nct6775_temp_label; in nct6775_probe() 4064 data->temp_label = nct6776_temp_label; in nct6775_probe() 4137 data->temp_label = nct6779_temp_label; in nct6775_probe() 4225 data->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 | nct6683.c | 880 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_pm.c | 75 } temp_label[] = { variable 2321 return snprintf(buf, PAGE_SIZE, "%s\n", temp_label[channel].label); in amdgpu_hwmon_show_temp_label()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_pm.c | 41 } temp_label[] = { variable 2332 return sysfs_emit(buf, "%s\n", temp_label[channel].label); in amdgpu_hwmon_show_temp_label()
|