/openbmc/linux/drivers/regulator/ |
H A D | tps65219-regulator.c | 35 { "LDO3_OC", "LDO3", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 38 { "LDO4_OC", "LDO4", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 41 { "LDO1_OC", "LDO1", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 44 { "LDO2_OC", "LDO2", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 47 { "BUCK3_OC", "BUCK3", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 48 { "BUCK3_NEG_OC", "BUCK3", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 51 { "BUCK1_OC", "BUCK1", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 52 { "BUCK1_NEG_OC", "BUCK1", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 55 { "BUCK2_OC", "BUCK2", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 56 { "BUCK2_NEG_OC", "BUCK2", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT },
|
H A D | tps6594-regulator.c | 205 REGULATOR_EVENT_OVER_CURRENT }, 213 REGULATOR_EVENT_OVER_CURRENT }, 221 REGULATOR_EVENT_OVER_CURRENT }, 229 REGULATOR_EVENT_OVER_CURRENT }, 237 REGULATOR_EVENT_OVER_CURRENT }, 245 REGULATOR_EVENT_OVER_CURRENT }, 253 REGULATOR_EVENT_OVER_CURRENT }, 261 REGULATOR_EVENT_OVER_CURRENT }, 269 REGULATOR_EVENT_OVER_CURRENT },
|
H A D | da9211-regulator.c | 350 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9211_irq_handler() 362 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9211_irq_handler()
|
H A D | wm831x-isink.c | 103 REGULATOR_EVENT_OVER_CURRENT, in wm831x_isink_irq()
|
H A D | da9210-regulator.c | 82 REGULATOR_EVENT_OVER_CURRENT, in da9210_irq_handler()
|
H A D | mt6370-regulator.c | 283 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6370_ocp_handler()
|
H A D | mt6360-regulator.c | 62 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6360_oc_event_handler()
|
H A D | bd9576-regulator.c | 184 data->uvd_notif = REGULATOR_EVENT_OVER_CURRENT; in bd9576_fill_ocp_flags() 243 r->uvd_notif != REGULATOR_EVENT_OVER_CURRENT) || in check_ocp_flag_mismatch()
|
H A D | rtmv20-regulator.c | 182 regulator_notifier_call_chain(priv->rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in rtmv20_irq_handler()
|
H A D | max5970-regulator.c | 348 REGULATOR_EVENT_OVER_CURRENT | in max597x_irq_handler()
|
H A D | da9121-regulator.c | 178 DA9121_STATUS(1, 1, OC1, REGULATOR_EVENT_OVER_CURRENT, NULL), 182 DA9xxx_STATUS(2, 1, OC2, REGULATOR_EVENT_OVER_CURRENT, NULL),
|
H A D | slg51000-regulator.c | 390 REGULATOR_EVENT_OVER_CURRENT, NULL); in slg51000_irq_handler()
|
H A D | da9055-regulator.c | 489 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9055_ldo5_6_oc_irq()
|
H A D | stpmic1_regulator.c | 526 REGULATOR_EVENT_OVER_CURRENT, in stpmic1_curlim_irq_handler()
|
H A D | qcom-labibb-regulator.c | 298 REGULATOR_EVENT_OVER_CURRENT, NULL); in qcom_labibb_ocp_isr()
|
H A D | wm831x-dcdc.c | 193 REGULATOR_EVENT_OVER_CURRENT, in wm831x_dcdc_oc_irq()
|
H A D | da9063-regulator.c | 751 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9063_ldo_lim_event()
|
H A D | da9062-regulator.c | 911 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9062_ldo_lim_event()
|
/openbmc/linux/include/linux/platform_data/ |
H A D | lp8755.h | 26 #define LP8755_EVENT_OCP REGULATOR_EVENT_OVER_CURRENT
|
/openbmc/linux/include/linux/regulator/ |
H A D | driver.h | 673 return REGULATOR_EVENT_OVER_CURRENT; in regulator_err2notif()
|
H A D | consumer.h | 110 #define REGULATOR_EVENT_OVER_CURRENT 0x02 macro
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-da8xx.c | 186 if (event & REGULATOR_EVENT_OVER_CURRENT) { in ohci_da8xx_regulator_event()
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | pmbus_core.c | 2751 REGULATOR_EVENT_OVER_CURRENT }, 2753 REGULATOR_EVENT_OVER_CURRENT }, 2883 *event |= REGULATOR_EVENT_OVER_CURRENT; in _pmbus_get_flags()
|