Symbol: REGULATOR_ERROR_UNDER_VOLTAGE
drivers/hwmon/pmbus/pmbus_core.c
2919
{ PB_VOLTAGE_UV_FAULT, REGULATOR_ERROR_UNDER_VOLTAGE,
drivers/hwmon/pmbus/pmbus_core.c
3155
if (status & (REGULATOR_ERROR_UNDER_VOLTAGE | REGULATOR_ERROR_OVER_CURRENT |
drivers/regulator/bd9576-regulator.c
1066
int uvd_errs = REGULATOR_ERROR_UNDER_VOLTAGE |
drivers/regulator/bd9576-regulator.c
197
data->uvd_err = REGULATOR_ERROR_UNDER_VOLTAGE;
drivers/regulator/bd96801-regulator.c
1166
[BD96801_PROT_UVP] = REGULATOR_ERROR_UNDER_VOLTAGE,
drivers/regulator/core.c
970
REGULATOR_ERROR_ATTR(under_voltage, REGULATOR_ERROR_UNDER_VOLTAGE);
drivers/regulator/max5970-regulator.c
424
stat->errors |= REGULATOR_ERROR_UNDER_VOLTAGE;
drivers/regulator/max5970-regulator.c
531
int errs = REGULATOR_ERROR_UNDER_VOLTAGE |
drivers/regulator/mt6370-regulator.c
101
rpt_flags |= REGULATOR_ERROR_UNDER_VOLTAGE;
drivers/regulator/mt6370-regulator.c
94
rpt_flags |= REGULATOR_ERROR_UNDER_VOLTAGE;
drivers/regulator/pf530x-regulator.c
163
*flags |= REGULATOR_ERROR_UNDER_VOLTAGE;
drivers/regulator/rt5120-regulator.c
115
cur_flags |= REGULATOR_ERROR_UNDER_VOLTAGE;
drivers/regulator/rt5190a-regulator.c
157
{ RT5190A_UNDERVOLT_MASK, REGULATOR_ERROR_UNDER_VOLTAGE }
drivers/regulator/rt5759-regulator.c
108
events |= REGULATOR_ERROR_UNDER_VOLTAGE;
drivers/regulator/rt6160-regulator.c
165
events |= REGULATOR_ERROR_UNDER_VOLTAGE;
drivers/regulator/rt6190-regulator.c
241
rpt_flags |= REGULATOR_ERROR_UNDER_VOLTAGE;
drivers/regulator/rt8092.c
113
events |= REGULATOR_ERROR_UNDER_VOLTAGE;
drivers/regulator/rtq2134-regulator.c
190
events |= REGULATOR_ERROR_UNDER_VOLTAGE;
include/linux/regulator/driver.h
684
case REGULATOR_ERROR_UNDER_VOLTAGE: