Home
last modified time | relevance | path

Searched refs:REGULATOR_EVENT_OVER_CURRENT (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/regulator/
H A Dtps65219-regulator.c39 { "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 Dtps6594-regulator.c266 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 Dda9211-regulator.c350 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9211_irq_handler()
362 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9211_irq_handler()
H A Dwm831x-isink.c103 REGULATOR_EVENT_OVER_CURRENT, in wm831x_isink_irq()
H A Dda9210-regulator.c82 REGULATOR_EVENT_OVER_CURRENT, in da9210_irq_handler()
H A Dmt6370-regulator.c283 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6370_ocp_handler()
H A Dbd9576-regulator.c184 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 Dmt6360-regulator.c62 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6360_oc_event_handler()
H A Drtmv20-regulator.c182 regulator_notifier_call_chain(priv->rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in rtmv20_irq_handler()
H A Dda9055-regulator.c489 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9055_ldo5_6_oc_irq()
H A Dslg51000-regulator.c390 REGULATOR_EVENT_OVER_CURRENT, NULL); in slg51000_irq_handler()
H A Dmax5970-regulator.c475 REGULATOR_EVENT_OVER_CURRENT | in max597x_irq_handler()
H A Dstpmic1_regulator.c526 REGULATOR_EVENT_OVER_CURRENT, in stpmic1_curlim_irq_handler()
H A Drt5133-regulator.c320 REGULATOR_EVENT_OVER_CURRENT, in rt5133_intr_handler()
H A Dqcom-labibb-regulator.c298 REGULATOR_EVENT_OVER_CURRENT, NULL); in qcom_labibb_ocp_isr()
H A Dwm831x-dcdc.c193 REGULATOR_EVENT_OVER_CURRENT, in wm831x_dcdc_oc_irq()
H A Dmt6363-regulator.c627 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6363_oc_isr()
H A Dda9062-regulator.c911 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9062_ldo_lim_event()
/linux/include/linux/platform_data/
H A Dlp8755.h26 #define LP8755_EVENT_OCP REGULATOR_EVENT_OVER_CURRENT
/linux/include/uapi/regulator/
H A Dregulator.h36 #define REGULATOR_EVENT_OVER_CURRENT 0x02 macro
/linux/include/linux/regulator/
H A Ddriver.h687 return REGULATOR_EVENT_OVER_CURRENT; in regulator_err2notif()
/linux/drivers/usb/host/
H A Dohci-da8xx.c174 if (event & REGULATOR_EVENT_OVER_CURRENT) { in ohci_da8xx_regulator_event()