Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/platform_data/
Dlp8755.h26 #define LP8755_EVENT_OCP REGULATOR_EVENT_OVER_CURRENT
/Linux-v5.4/drivers/regulator/
Dda9211-regulator.c319 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9211_irq_handler()
333 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9211_irq_handler()
Dda9210-regulator.c84 REGULATOR_EVENT_OVER_CURRENT, in da9210_irq_handler()
Dwm831x-isink.c104 REGULATOR_EVENT_OVER_CURRENT, in wm831x_isink_irq()
Dda9055-regulator.c490 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9055_ldo5_6_oc_irq()
Dslg51000-regulator.c394 REGULATOR_EVENT_OVER_CURRENT, NULL); in slg51000_irq_handler()
Dstpmic1_regulator.c506 REGULATOR_EVENT_OVER_CURRENT, in stpmic1_curlim_irq_handler()
Dda9063-regulator.c613 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9063_ldo_lim_event()
Dwm831x-dcdc.c196 REGULATOR_EVENT_OVER_CURRENT, in wm831x_dcdc_oc_irq()
Dda9062-regulator.c902 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9062_ldo_lim_event()
/Linux-v5.4/include/linux/regulator/
Dconsumer.h108 #define REGULATOR_EVENT_OVER_CURRENT 0x02 macro
/Linux-v5.4/drivers/usb/host/
Dohci-da8xx.c185 if (event & REGULATOR_EVENT_OVER_CURRENT) { in ohci_da8xx_regulator_event()