Searched refs:temp_label (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | aquacomputer_d5next.c | 607 const char *const *temp_label; member 1119 *str = priv->temp_label[channel]; in aqc_read_string() 1581 priv->temp_label = label_temp_sensors; in aqc_probe() 1607 priv->temp_label = label_d5next_temp; in aqc_probe() 1622 priv->temp_label = label_temp_sensors; in aqc_probe() 1637 priv->temp_label = label_temp_sensors; in aqc_probe() 1662 priv->temp_label = label_temp_sensors; in aqc_probe() 1691 priv->temp_label = label_temp_sensors; in aqc_probe() 1710 priv->temp_label = label_highflownext_temp_sensors; in aqc_probe() 1731 priv->temp_label = label_leakshield_temp_sensors; 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() 1593 *str = data->temp_label[data->temp_src[channel]]; in w83627ehf_read_string() 1784 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe() 1825 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
|
| 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
|
| /linux/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_pm.c | 81 } temp_label[] = { variable 2904 return sysfs_emit(buf, "%s\n", temp_label[channel].label); in amdgpu_hwmon_show_temp_label()
|