Home
last modified time | relevance | path

Searched refs:REGULATOR_EVENT_REGULATION_OUT (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Dtps65219-regulator.c34 { "LDO3_SCG", "LDO3", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
37 { "LDO4_SCG", "LDO4", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
40 { "LDO1_SCG", "LDO1", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
43 { "LDO2_SCG", "LDO2", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
46 { "BUCK3_SCG", "BUCK3", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
50 { "BUCK1_SCG", "BUCK1", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
54 { "BUCK2_SCG", "BUCK2", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT },
H A Dtps6594-regulator.c203 { TPS6594_IRQ_NAME_BUCK1_SC, "BUCK1", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
211 { TPS6594_IRQ_NAME_BUCK2_SC, "BUCK2", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
219 { TPS6594_IRQ_NAME_BUCK3_SC, "BUCK3", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
227 { TPS6594_IRQ_NAME_BUCK4_SC, "BUCK4", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
235 { TPS6594_IRQ_NAME_BUCK5_SC, "BUCK5", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
243 { TPS6594_IRQ_NAME_LDO1_SC, "LDO1", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
251 { TPS6594_IRQ_NAME_LDO2_SC, "LDO2", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
259 { TPS6594_IRQ_NAME_LDO3_SC, "LDO3", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
267 { TPS6594_IRQ_NAME_LDO4_SC, "LDO4", "short circuit", REGULATOR_EVENT_REGULATION_OUT },
H A Dda9210-regulator.c99 REGULATOR_EVENT_REGULATION_OUT, in da9210_irq_handler()
H A Dmt6360-regulator.c70 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_REGULATION_OUT, NULL); in mt6360_ov_event_handler()
H A Dbd9576-regulator.c172 data->ovd_notif = REGULATOR_EVENT_REGULATION_OUT; in bd9576_fill_ovd_flags()
280 r->ovd_notif != REGULATOR_EVENT_REGULATION_OUT) || in check_ovd_flag_mismatch()
H A Drt6190-regulator.c343 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_REGULATION_OUT, NULL); in rt6190_irq_handler()
H A Dmax5970-regulator.c314 stat->notifs |= REGULATOR_EVENT_REGULATION_OUT; in max597x_irq_handler()
H A Dda9121-regulator.c176 DA9121_STATUS(1, 1, OV1, REGULATOR_EVENT_REGULATION_OUT, NULL),
180 DA9xxx_STATUS(2, 1, OV2, REGULATOR_EVENT_REGULATION_OUT, NULL),
H A Drtq2208-regulator.c310 REGULATOR_EVENT_REGULATION_OUT, NULL); in rtq2208_irq_handler()
H A Dqcom-labibb-regulator.c551 REGULATOR_EVENT_REGULATION_OUT, NULL); in qcom_labibb_sc_isr()
H A Dwm8350-regulator.c1094 REGULATOR_EVENT_REGULATION_OUT, in pmic_uv_handler()
/openbmc/linux/include/linux/regulator/
H A Ddriver.h675 return REGULATOR_EVENT_REGULATION_OUT; in regulator_err2notif()
H A Dconsumer.h111 #define REGULATOR_EVENT_REGULATION_OUT 0x04 macro
/openbmc/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c2874 *event |= REGULATOR_EVENT_REGULATION_OUT; in _pmbus_get_flags()