Searched refs:REGULATOR_EVENT_OVER_CURRENT (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/include/linux/platform_data/ |
D | lp8755.h | 26 #define LP8755_EVENT_OCP REGULATOR_EVENT_OVER_CURRENT
|
/Linux-v5.10/drivers/regulator/ |
D | da9211-regulator.c | 350 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9211_irq_handler() 362 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9211_irq_handler()
|
D | da9210-regulator.c | 82 REGULATOR_EVENT_OVER_CURRENT, in da9210_irq_handler()
|
D | wm831x-isink.c | 103 REGULATOR_EVENT_OVER_CURRENT, in wm831x_isink_irq()
|
D | rtmv20-regulator.c | 143 regulator_notifier_call_chain(priv->rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in rtmv20_irq_handler()
|
D | mt6360-regulator.c | 62 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6360_oc_event_handler()
|
D | da9055-regulator.c | 489 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9055_ldo5_6_oc_irq()
|
D | slg51000-regulator.c | 390 REGULATOR_EVENT_OVER_CURRENT, NULL); in slg51000_irq_handler()
|
D | stpmic1_regulator.c | 510 REGULATOR_EVENT_OVER_CURRENT, in stpmic1_curlim_irq_handler()
|
D | da9063-regulator.c | 578 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9063_ldo_lim_event()
|
D | wm831x-dcdc.c | 193 REGULATOR_EVENT_OVER_CURRENT, in wm831x_dcdc_oc_irq()
|
D | da9062-regulator.c | 911 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9062_ldo_lim_event()
|
/Linux-v5.10/include/linux/regulator/ |
D | consumer.h | 110 #define REGULATOR_EVENT_OVER_CURRENT 0x02 macro
|
/Linux-v5.10/drivers/usb/host/ |
D | ohci-da8xx.c | 185 if (event & REGULATOR_EVENT_OVER_CURRENT) { in ohci_da8xx_regulator_event()
|