Symbol: voltage_label
drivers/hwmon/adt7462.c
1467
static SENSOR_DEVICE_ATTR_RO(in1_label, voltage_label, 0);
drivers/hwmon/adt7462.c
1468
static SENSOR_DEVICE_ATTR_RO(in2_label, voltage_label, 1);
drivers/hwmon/adt7462.c
1469
static SENSOR_DEVICE_ATTR_RO(in3_label, voltage_label, 2);
drivers/hwmon/adt7462.c
1470
static SENSOR_DEVICE_ATTR_RO(in4_label, voltage_label, 3);
drivers/hwmon/adt7462.c
1471
static SENSOR_DEVICE_ATTR_RO(in5_label, voltage_label, 4);
drivers/hwmon/adt7462.c
1472
static SENSOR_DEVICE_ATTR_RO(in6_label, voltage_label, 5);
drivers/hwmon/adt7462.c
1473
static SENSOR_DEVICE_ATTR_RO(in7_label, voltage_label, 6);
drivers/hwmon/adt7462.c
1474
static SENSOR_DEVICE_ATTR_RO(in8_label, voltage_label, 7);
drivers/hwmon/adt7462.c
1475
static SENSOR_DEVICE_ATTR_RO(in9_label, voltage_label, 8);
drivers/hwmon/adt7462.c
1476
static SENSOR_DEVICE_ATTR_RO(in10_label, voltage_label, 9);
drivers/hwmon/adt7462.c
1477
static SENSOR_DEVICE_ATTR_RO(in11_label, voltage_label, 10);
drivers/hwmon/adt7462.c
1478
static SENSOR_DEVICE_ATTR_RO(in12_label, voltage_label, 11);
drivers/hwmon/adt7462.c
1479
static SENSOR_DEVICE_ATTR_RO(in13_label, voltage_label, 12);
drivers/hwmon/adt7462.c
972
return sprintf(buf, "%s\n", voltage_label(data, attr->index));
drivers/hwmon/aquacomputer_d5next.c
1135
*str = priv->voltage_label[channel];
drivers/hwmon/aquacomputer_d5next.c
1586
priv->voltage_label = label_fan_voltage;
drivers/hwmon/aquacomputer_d5next.c
1611
priv->voltage_label = label_d5next_voltages;
drivers/hwmon/aquacomputer_d5next.c
1666
priv->voltage_label = label_fan_voltage;
drivers/hwmon/aquacomputer_d5next.c
1695
priv->voltage_label = label_fan_voltage;
drivers/hwmon/aquacomputer_d5next.c
1713
priv->voltage_label = label_highflownext_voltage;
drivers/hwmon/aquacomputer_d5next.c
1746
priv->voltage_label = label_d5next_voltages;
drivers/hwmon/aquacomputer_d5next.c
1761
priv->voltage_label = label_aquastreamult_voltages;
drivers/hwmon/aquacomputer_d5next.c
612
const char *const *voltage_label;