Home
last modified time | relevance | path

Searched refs:REG_VOLTAGE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/power/supply/
H A Dacer_a500_battery.c23 REG_VOLTAGE, enumerator
39 [REG_VOLTAGE] = EC_DATA(0x01, VOLTAGE_NOW),
H A Dmm8013.c15 #define REG_VOLTAGE 0x08 macro
218 ret = regmap_read(chip->regmap, REG_VOLTAGE, &regval); in mm8013_get_property()
H A Dsbs-battery.c30 REG_VOLTAGE,
106 [REG_VOLTAGE] =
29 REG_VOLTAGE, global() enumerator
/linux/drivers/hwmon/
H A Dnct7802.c23 static const u8 REG_VOLTAGE[5] = { 0x09, 0x0a, 0x0c, 0x0d, 0x0e }; variable
300 unsigned int regs[2] = {REG_VOLTAGE[nr], REG_VOLTAGE_LOW}; in nct7802_read_voltage()