Symbol: REGULATOR_EVENT_REGULATION_OUT
drivers/hwmon/pmbus/pmbus_core.c
3043
*event |= REGULATOR_EVENT_REGULATION_OUT;
drivers/regulator/bd9576-regulator.c
172
data->ovd_notif = REGULATOR_EVENT_REGULATION_OUT;
drivers/regulator/bd9576-regulator.c
280
r->ovd_notif != REGULATOR_EVENT_REGULATION_OUT) ||
drivers/regulator/da9121-regulator.c
175
DA9121_STATUS(1, 1, OV1, REGULATOR_EVENT_REGULATION_OUT, NULL),
drivers/regulator/da9121-regulator.c
179
DA9xxx_STATUS(2, 1, OV2, REGULATOR_EVENT_REGULATION_OUT, NULL),
drivers/regulator/da9210-regulator.c
99
REGULATOR_EVENT_REGULATION_OUT,
drivers/regulator/max5970-regulator.c
441
stat->notifs |= REGULATOR_EVENT_REGULATION_OUT;
drivers/regulator/mt6360-regulator.c
70
regulator_notifier_call_chain(rdev, REGULATOR_EVENT_REGULATION_OUT, NULL);
drivers/regulator/qcom-labibb-regulator.c
551
REGULATOR_EVENT_REGULATION_OUT, NULL);
drivers/regulator/rt6190-regulator.c
343
regulator_notifier_call_chain(rdev, REGULATOR_EVENT_REGULATION_OUT, NULL);
drivers/regulator/rtq2208-regulator.c
341
REGULATOR_EVENT_REGULATION_OUT, NULL);
drivers/regulator/tps65219-regulator.c
38
{ "LDO3_SCG", "LDO3", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps65219-regulator.c
41
{ "LDO4_SCG", "LDO4", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps65219-regulator.c
54
{ "LDO1_SCG", "LDO1", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps65219-regulator.c
57
{ "LDO2_SCG", "LDO2", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps65219-regulator.c
60
{ "BUCK3_SCG", "BUCK3", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps65219-regulator.c
64
{ "BUCK1_SCG", "BUCK1", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps65219-regulator.c
68
{ "BUCK2_SCG", "BUCK2", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
264
{ TPS6594_IRQ_NAME_BUCK1_SC, "BUCK1", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
272
{ TPS6594_IRQ_NAME_BUCK2_SC, "BUCK2", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
280
{ TPS6594_IRQ_NAME_BUCK3_SC, "BUCK3", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
288
{ TPS6594_IRQ_NAME_BUCK4_SC, "BUCK4", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
296
{ TPS6594_IRQ_NAME_BUCK5_SC, "BUCK5", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
304
{ TPS6594_IRQ_NAME_LDO1_SC, "LDO1", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
312
{ TPS6594_IRQ_NAME_LDO2_SC, "LDO2", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
320
{ TPS6594_IRQ_NAME_LDO3_SC, "LDO3", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
328
{ TPS6594_IRQ_NAME_LDO4_SC, "LDO4", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
335
REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
340
REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
345
REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
350
REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
355
REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
360
REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
365
REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
70
REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
72
REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/tps6594-regulator.c
74
REGULATOR_EVENT_REGULATION_OUT },
drivers/regulator/wm8350-regulator.c
1094
REGULATOR_EVENT_REGULATION_OUT,
include/linux/regulator/driver.h
689
return REGULATOR_EVENT_REGULATION_OUT;