Symbol: REGULATOR_EVENT_UNDER_VOLTAGE
drivers/hwmon/pmbus/pmbus_core.c
2907
REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/mmc/core/regulator.c
287
case REGULATOR_EVENT_UNDER_VOLTAGE:
drivers/regulator/bd9576-regulator.c
196
data->uvd_notif = REGULATOR_EVENT_UNDER_VOLTAGE;
drivers/regulator/bd9576-regulator.c
262
r->uvd_notif != REGULATOR_EVENT_UNDER_VOLTAGE) ||
drivers/regulator/core.c
1736
case REGULATOR_EVENT_UNDER_VOLTAGE:
drivers/regulator/core.c
5541
case REGULATOR_EVENT_UNDER_VOLTAGE:
drivers/regulator/da9121-regulator.c
176
DA9121_STATUS(1, 1, UV1, REGULATOR_EVENT_UNDER_VOLTAGE, NULL),
drivers/regulator/da9121-regulator.c
180
DA9xxx_STATUS(2, 1, UV2, REGULATOR_EVENT_UNDER_VOLTAGE, NULL),
drivers/regulator/da9210-regulator.c
88
REGULATOR_EVENT_UNDER_VOLTAGE,
drivers/regulator/fixed.c
116
regulator_notifier_call_chain(rdev, REGULATOR_EVENT_UNDER_VOLTAGE,
drivers/regulator/ltc3589.c
366
event = REGULATOR_EVENT_UNDER_VOLTAGE;
drivers/regulator/ltc3676.c
286
event = REGULATOR_EVENT_UNDER_VOLTAGE;
drivers/regulator/max5970-regulator.c
423
stat->notifs |= REGULATOR_EVENT_UNDER_VOLTAGE;
drivers/regulator/mt6360-regulator.c
78
regulator_notifier_call_chain(rdev, REGULATOR_EVENT_UNDER_VOLTAGE, NULL);
drivers/regulator/mt6370-regulator.c
274
regulator_notifier_call_chain(rdev, REGULATOR_EVENT_UNDER_VOLTAGE,
drivers/regulator/pv88060-regulator.c
238
REGULATOR_EVENT_UNDER_VOLTAGE,
drivers/regulator/pv88080-regulator.c
325
REGULATOR_EVENT_UNDER_VOLTAGE,
drivers/regulator/pv88090-regulator.c
231
REGULATOR_EVENT_UNDER_VOLTAGE,
drivers/regulator/rt6190-regulator.c
340
regulator_notifier_call_chain(rdev, REGULATOR_EVENT_UNDER_VOLTAGE, NULL);
drivers/regulator/rtq2208-regulator.c
336
REGULATOR_EVENT_UNDER_VOLTAGE, NULL);
drivers/regulator/tps65219-regulator.c
40
{ "LDO3_UV", "LDO3", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps65219-regulator.c
43
{ "LDO4_UV", "LDO4", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps65219-regulator.c
56
{ "LDO1_UV", "LDO1", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps65219-regulator.c
59
{ "LDO2_UV", "LDO2", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps65219-regulator.c
63
{ "BUCK3_UV", "BUCK3", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps65219-regulator.c
67
{ "BUCK1_UV", "BUCK1", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps65219-regulator.c
71
{ "BUCK2_UV", "BUCK2", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
263
{ TPS6594_IRQ_NAME_BUCK1_UV, "BUCK1", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
271
{ TPS6594_IRQ_NAME_BUCK2_UV, "BUCK2", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
279
{ TPS6594_IRQ_NAME_BUCK3_UV, "BUCK3", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
287
{ TPS6594_IRQ_NAME_BUCK4_UV, "BUCK4", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
295
{ TPS6594_IRQ_NAME_BUCK5_UV, "BUCK5", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
303
{ TPS6594_IRQ_NAME_LDO1_UV, "LDO1", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
311
{ TPS6594_IRQ_NAME_LDO2_UV, "LDO2", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
319
{ TPS6594_IRQ_NAME_LDO3_UV, "LDO3", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
327
{ TPS6594_IRQ_NAME_LDO4_UV, "LDO4", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
57
{ TPS6594_IRQ_NAME_VCCA_UV, "VCCA", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
59
{ TPS6594_IRQ_NAME_VMON1_UV, "VMON1", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/tps6594-regulator.c
63
{ TPS6594_IRQ_NAME_VMON2_UV, "VMON2", "undervoltage", REGULATOR_EVENT_UNDER_VOLTAGE },
drivers/regulator/wm831x-dcdc.c
182
REGULATOR_EVENT_UNDER_VOLTAGE,
drivers/regulator/wm831x-ldo.c
50
REGULATOR_EVENT_UNDER_VOLTAGE,
drivers/regulator/wm8350-regulator.c
1098
REGULATOR_EVENT_UNDER_VOLTAGE,
include/linux/regulator/driver.h
685
return REGULATOR_EVENT_UNDER_VOLTAGE;