Home
last modified time | relevance | path

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

/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.c612 const char *const *voltage_label; member
1135 *str = priv->voltage_label[channel]; in aqc_read_string()
1586 priv->voltage_label = label_fan_voltage; in aqc_probe()
1611 priv->voltage_label = label_d5next_voltages; in aqc_probe()
1666 priv->voltage_label = label_fan_voltage; in aqc_probe()
1695 priv->voltage_label = label_fan_voltage; in aqc_probe()
1713 priv->voltage_label = label_highflownext_voltage; in aqc_probe()
1746 priv->voltage_label = label_d5next_voltages; in aqc_probe()
1761 priv->voltage_label = label_aquastreamult_voltages; in aqc_probe()