| /linux/drivers/regulator/ |
| H A D | tps65219-regulator.c | 39 { "LDO3_OC", "LDO3", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 42 { "LDO4_OC", "LDO4", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 55 { "LDO1_OC", "LDO1", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 58 { "LDO2_OC", "LDO2", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 61 { "BUCK3_OC", "BUCK3", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 62 { "BUCK3_NEG_OC", "BUCK3", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 65 { "BUCK1_OC", "BUCK1", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 66 { "BUCK1_NEG_OC", "BUCK1", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 69 { "BUCK2_OC", "BUCK2", "overcurrent", REGULATOR_EVENT_OVER_CURRENT }, 70 { "BUCK2_NEG_OC", "BUCK2", "negative overcurrent", REGULATOR_EVENT_OVER_CURRENT },
|
| H A D | tps6594-regulator.c | 266 REGULATOR_EVENT_OVER_CURRENT }, 274 REGULATOR_EVENT_OVER_CURRENT }, 282 REGULATOR_EVENT_OVER_CURRENT }, 290 REGULATOR_EVENT_OVER_CURRENT }, 298 REGULATOR_EVENT_OVER_CURRENT }, 306 REGULATOR_EVENT_OVER_CURRENT }, 314 REGULATOR_EVENT_OVER_CURRENT }, 322 REGULATOR_EVENT_OVER_CURRENT }, 330 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 | 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 | mt6360-regulator.c | 62 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6360_oc_event_handler()
|
| 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 | da9055-regulator.c | 489 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9055_ldo5_6_oc_irq()
|
| H A D | slg51000-regulator.c | 390 REGULATOR_EVENT_OVER_CURRENT, NULL); in slg51000_irq_handler()
|
| H A D | max5970-regulator.c | 475 REGULATOR_EVENT_OVER_CURRENT | in max597x_irq_handler()
|
| H A D | stpmic1_regulator.c | 526 REGULATOR_EVENT_OVER_CURRENT, in stpmic1_curlim_irq_handler()
|
| H A D | rt5133-regulator.c | 320 REGULATOR_EVENT_OVER_CURRENT, in rt5133_intr_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 | mt6363-regulator.c | 627 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6363_oc_isr()
|
| H A D | da9062-regulator.c | 911 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9062_ldo_lim_event()
|
| /linux/include/linux/platform_data/ |
| H A D | lp8755.h | 26 #define LP8755_EVENT_OCP REGULATOR_EVENT_OVER_CURRENT
|
| /linux/include/uapi/regulator/ |
| H A D | regulator.h | 36 #define REGULATOR_EVENT_OVER_CURRENT 0x02 macro
|
| /linux/include/linux/regulator/ |
| H A D | driver.h | 687 return REGULATOR_EVENT_OVER_CURRENT; in regulator_err2notif()
|
| /linux/drivers/usb/host/ |
| H A D | ohci-da8xx.c | 174 if (event & REGULATOR_EVENT_OVER_CURRENT) { in ohci_da8xx_regulator_event()
|