Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dpf1550-regulator.c299 [PF1550_PMIC_IRQ_SW1_HS] = { REGULATOR_EVENT_OVER_CURRENT, PF1550_SW1 },
300 [PF1550_PMIC_IRQ_SW2_HS] = { REGULATOR_EVENT_OVER_CURRENT, PF1550_SW2 },
301 [PF1550_PMIC_IRQ_SW3_HS] = { REGULATOR_EVENT_OVER_CURRENT, PF1550_SW3 },
302 [PF1550_PMIC_IRQ_LDO1_FAULT] = { REGULATOR_EVENT_OVER_CURRENT, PF1550_LDO1 },
303 [PF1550_PMIC_IRQ_LDO2_FAULT] = { REGULATOR_EVENT_OVER_CURRENT, PF1550_LDO2 },
304 [PF1550_PMIC_IRQ_LDO3_FAULT] = { REGULATOR_EVENT_OVER_CURRENT, PF1550_LDO3 },
H A Dmt6370-regulator.c282 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6370_ocp_handler()
H A Drtmv20-regulator.c182 regulator_notifier_call_chain(priv->rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in rtmv20_irq_handler()
H A Dda9121-regulator.c177 DA9121_STATUS(1, 1, OC1, REGULATOR_EVENT_OVER_CURRENT, NULL),
181 DA9xxx_STATUS(2, 1, OC2, REGULATOR_EVENT_OVER_CURRENT, NULL),
H A Dda9055-regulator.c489 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9055_ldo5_6_oc_irq()
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 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()
H A Dcore.c5562 case REGULATOR_EVENT_OVER_CURRENT: in regulator_handle_critical()
/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/drivers/usb/host/
H A Dohci-da8xx.c174 if (event & REGULATOR_EVENT_OVER_CURRENT) { in ohci_da8xx_regulator_event()
/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c3033 REGULATOR_EVENT_OVER_CURRENT },
3035 REGULATOR_EVENT_OVER_CURRENT },
3165 *event |= REGULATOR_EVENT_OVER_CURRENT; in _pmbus_get_flags()
/linux/drivers/net/pse-pd/
H A Dpse_core.c1188 rnotifs |= REGULATOR_EVENT_OVER_CURRENT; in pse_to_regulator_notifs()