Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/regulator/
Dtps65219-regulator.c35 { "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 },
Dtps6594-regulator.c205 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 },
Dda9211-regulator.c350 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9211_irq_handler()
362 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9211_irq_handler()
Dwm831x-isink.c103 REGULATOR_EVENT_OVER_CURRENT, in wm831x_isink_irq()
Dda9210-regulator.c82 REGULATOR_EVENT_OVER_CURRENT, in da9210_irq_handler()
Dmt6370-regulator.c283 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6370_ocp_handler()
Dmt6360-regulator.c62 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6360_oc_event_handler()
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()
Drtmv20-regulator.c182 regulator_notifier_call_chain(priv->rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in rtmv20_irq_handler()
Dmax5970-regulator.c348 REGULATOR_EVENT_OVER_CURRENT | in max597x_irq_handler()
Dda9121-regulator.c178 DA9121_STATUS(1, 1, OC1, REGULATOR_EVENT_OVER_CURRENT, NULL),
182 DA9xxx_STATUS(2, 1, OC2, REGULATOR_EVENT_OVER_CURRENT, NULL),
Dslg51000-regulator.c390 REGULATOR_EVENT_OVER_CURRENT, NULL); in slg51000_irq_handler()
Dda9055-regulator.c489 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9055_ldo5_6_oc_irq()
Dstpmic1_regulator.c526 REGULATOR_EVENT_OVER_CURRENT, in stpmic1_curlim_irq_handler()
Dqcom-labibb-regulator.c298 REGULATOR_EVENT_OVER_CURRENT, NULL); in qcom_labibb_ocp_isr()
Dwm831x-dcdc.c193 REGULATOR_EVENT_OVER_CURRENT, in wm831x_dcdc_oc_irq()
Dda9063-regulator.c751 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9063_ldo_lim_event()
Dda9062-regulator.c911 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9062_ldo_lim_event()
/Linux-v6.6/include/linux/platform_data/
Dlp8755.h26 #define LP8755_EVENT_OCP REGULATOR_EVENT_OVER_CURRENT
/Linux-v6.6/include/linux/regulator/
Ddriver.h670 return REGULATOR_EVENT_OVER_CURRENT; in regulator_err2notif()
Dconsumer.h110 #define REGULATOR_EVENT_OVER_CURRENT 0x02 macro
/Linux-v6.6/drivers/usb/host/
Dohci-da8xx.c186 if (event & REGULATOR_EVENT_OVER_CURRENT) { in ohci_da8xx_regulator_event()
/Linux-v6.6/drivers/hwmon/pmbus/
Dpmbus_core.c2730 REGULATOR_EVENT_OVER_CURRENT },
2732 REGULATOR_EVENT_OVER_CURRENT },
2862 *event |= REGULATOR_EVENT_OVER_CURRENT; in _pmbus_get_flags()