Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
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 …]
Daquacomputer_d5next.c307 const char *const *voltage_label; member
547 *str = priv->voltage_label[channel]; in aqc_read_string()
861 priv->voltage_label = label_d5next_voltages; in aqc_probe()
901 priv->voltage_label = label_fan_voltage; in aqc_probe()
922 priv->voltage_label = label_fan_voltage; in aqc_probe()
936 priv->voltage_label = label_highflownext_voltage; in aqc_probe()