Searched refs:REGULATOR_EVENT_OVER_CURRENT (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/regulator/ |
| H A D | pf1550-regulator.c | 299 [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 D | mt6370-regulator.c | 282 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6370_ocp_handler()
|
| H A D | rtmv20-regulator.c | 182 regulator_notifier_call_chain(priv->rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in rtmv20_irq_handler()
|
| H A D | da9121-regulator.c | 177 DA9121_STATUS(1, 1, OC1, REGULATOR_EVENT_OVER_CURRENT, NULL), 181 DA9xxx_STATUS(2, 1, OC2, REGULATOR_EVENT_OVER_CURRENT, NULL),
|
| H A D | da9055-regulator.c | 489 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9055_ldo5_6_oc_irq()
|
| H A D | max5970-regulator.c | 475 REGULATOR_EVENT_OVER_CURRENT | in max597x_irq_handler()
|
| H A D | stpmic1_regulator.c | 526 REGULATOR_EVENT_OVER_CURRENT, in stpmic1_curlim_irq_handler()
|
| H A D | wm831x-dcdc.c | 193 REGULATOR_EVENT_OVER_CURRENT, in wm831x_dcdc_oc_irq()
|
| H A D | mt6363-regulator.c | 627 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_OVER_CURRENT, NULL); in mt6363_oc_isr()
|
| H A D | da9062-regulator.c | 911 REGULATOR_EVENT_OVER_CURRENT, NULL); in da9062_ldo_lim_event()
|
| H A D | core.c | 5562 case REGULATOR_EVENT_OVER_CURRENT: in regulator_handle_critical()
|
| /linux/include/linux/platform_data/ |
| H A D | lp8755.h | 26 #define LP8755_EVENT_OCP REGULATOR_EVENT_OVER_CURRENT
|
| /linux/include/uapi/regulator/ |
| H A D | regulator.h | 36 #define REGULATOR_EVENT_OVER_CURRENT 0x02 macro
|
| /linux/drivers/usb/host/ |
| H A D | ohci-da8xx.c | 174 if (event & REGULATOR_EVENT_OVER_CURRENT) { in ohci_da8xx_regulator_event()
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | pmbus_core.c | 3033 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 D | pse_core.c | 1188 rnotifs |= REGULATOR_EVENT_OVER_CURRENT; in pse_to_regulator_notifs()
|