Home
last modified time | relevance | path

Searched refs:voltage_label (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dadt7462.c420 static const char *voltage_label(struct adt7462_data *data, int which) in voltage_label() function
972 return sprintf(buf, "%s\n", voltage_label(data, attr->index)); in voltage_label_show()
1467 static SENSOR_DEVICE_ATTR_RO(in1_label, voltage_label, 0);
1468 static SENSOR_DEVICE_ATTR_RO(in2_label, voltage_label, 1);
1469 static SENSOR_DEVICE_ATTR_RO(in3_label, voltage_label, 2);
1470 static SENSOR_DEVICE_ATTR_RO(in4_label, voltage_label, 3);
1471 static SENSOR_DEVICE_ATTR_RO(in5_label, voltage_label, 4);
1472 static SENSOR_DEVICE_ATTR_RO(in6_label, voltage_label, 5);
1473 static SENSOR_DEVICE_ATTR_RO(in7_label, voltage_label, 6);
1474 static SENSOR_DEVICE_ATTR_RO(in8_label, voltage_label, 7);
[all …]
H A Daquacomputer_d5next.c584 const char *const *voltage_label; member
1105 *str = priv->voltage_label[channel]; in aqc_read_string()
1565 priv->voltage_label = label_fan_voltage; in aqc_probe()
1590 priv->voltage_label = label_d5next_voltages; in aqc_probe()
1641 priv->voltage_label = label_fan_voltage; in aqc_probe()
1670 priv->voltage_label = label_fan_voltage; in aqc_probe()
1688 priv->voltage_label = label_highflownext_voltage; in aqc_probe()
1721 priv->voltage_label = label_d5next_voltages; in aqc_probe()
1736 priv->voltage_label = label_aquastreamult_voltages; in aqc_probe()