Symbol: REGULATOR_EVENT_OVER_CURRENT
drivers/hwmon/pmbus/pmbus_core.c
2921
REGULATOR_EVENT_OVER_CURRENT },
drivers/hwmon/pmbus/pmbus_core.c
2923
REGULATOR_EVENT_OVER_CURRENT },
drivers/hwmon/pmbus/pmbus_core.c
3052
*event |= REGULATOR_EVENT_OVER_CURRENT;
drivers/net/pse-pd/pse_core.c
1187
rnotifs |= REGULATOR_EVENT_OVER_CURRENT;
drivers/regulator/bd9576-regulator.c
184
data->uvd_notif = REGULATOR_EVENT_OVER_CURRENT;
drivers/regulator/bd9576-regulator.c
243
r->uvd_notif != REGULATOR_EVENT_OVER_CURRENT) ||
drivers/regulator/core.c
5544
case REGULATOR_EVENT_OVER_CURRENT:
drivers/regulator/da9055-regulator.c
489
REGULATOR_EVENT_OVER_CURRENT, NULL);
drivers/regulator/da9062-regulator.c
911
REGULATOR_EVENT_OVER_CURRENT, NULL);
drivers/regulator/da9063-regulator.c
751
REGULATOR_EVENT_OVER_CURRENT, NULL);
drivers/regulator/da9121-regulator.c
177
DA9121_STATUS(1, 1, OC1, REGULATOR_EVENT_OVER_CURRENT, NULL),
drivers/regulator/da9121-regulator.c
181
DA9xxx_STATUS(2, 1, OC2, REGULATOR_EVENT_OVER_CURRENT, NULL),
drivers/regulator/da9210-regulator.c
82
REGULATOR_EVENT_OVER_CURRENT,
drivers/regulator/da9211-regulator.c
350
REGULATOR_EVENT_OVER_CURRENT, NULL);
drivers/regulator/da9211-regulator.c
362
REGULATOR_EVENT_OVER_CURRENT, NULL);
drivers/regulator/max5970-regulator.c
475
REGULATOR_EVENT_OVER_CURRENT |
drivers/regulator/mt6360-regulator.c
62
regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL);
drivers/regulator/mt6363-regulator.c
627
regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL);
drivers/regulator/mt6370-regulator.c
283
regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL);
drivers/regulator/pf1550-regulator.c
316
event = REGULATOR_EVENT_OVER_CURRENT;
drivers/regulator/pf1550-regulator.c
325
event = REGULATOR_EVENT_OVER_CURRENT;
drivers/regulator/qcom-labibb-regulator.c
298
REGULATOR_EVENT_OVER_CURRENT, NULL);
drivers/regulator/rt5133-regulator.c
320
REGULATOR_EVENT_OVER_CURRENT,
drivers/regulator/rtmv20-regulator.c
182
regulator_notifier_call_chain(priv->rdev, REGULATOR_EVENT_OVER_CURRENT, NULL);
drivers/regulator/slg51000-regulator.c
390
REGULATOR_EVENT_OVER_CURRENT, NULL);
drivers/regulator/stpmic1_regulator.c
526
REGULATOR_EVENT_OVER_CURRENT,
drivers/regulator/tps65219-regulator.c
39
{ "LDO3_OC", "LDO3", "overcurrent", REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps65219-regulator.c
42
{ "LDO4_OC", "LDO4", "overcurrent", REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps65219-regulator.c
55
{ "LDO1_OC", "LDO1", "overcurrent", REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps65219-regulator.c
58
{ "LDO2_OC", "LDO2", "overcurrent", REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps65219-regulator.c
61
{ "BUCK3_OC", "BUCK3", "overcurrent", REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps65219-regulator.c
62
{ "BUCK3_NEG_OC", "BUCK3", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps65219-regulator.c
65
{ "BUCK1_OC", "BUCK1", "overcurrent", REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps65219-regulator.c
66
{ "BUCK1_NEG_OC", "BUCK1", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps65219-regulator.c
69
{ "BUCK2_OC", "BUCK2", "overcurrent", REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps65219-regulator.c
70
{ "BUCK2_NEG_OC", "BUCK2", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps6594-regulator.c
266
REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps6594-regulator.c
274
REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps6594-regulator.c
282
REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps6594-regulator.c
290
REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps6594-regulator.c
298
REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps6594-regulator.c
306
REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps6594-regulator.c
314
REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps6594-regulator.c
322
REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/tps6594-regulator.c
330
REGULATOR_EVENT_OVER_CURRENT },
drivers/regulator/wm831x-dcdc.c
193
REGULATOR_EVENT_OVER_CURRENT,
drivers/regulator/wm831x-isink.c
103
REGULATOR_EVENT_OVER_CURRENT,
drivers/usb/host/ohci-da8xx.c
174
if (event & REGULATOR_EVENT_OVER_CURRENT) {
include/linux/platform_data/lp8755.h
26
#define LP8755_EVENT_OCP REGULATOR_EVENT_OVER_CURRENT
include/linux/regulator/driver.h
687
return REGULATOR_EVENT_OVER_CURRENT;