Searched refs:REGULATOR_EVENT_REGULATION_OUT (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/regulator/ |
H A D | tps6594-regulator.c | 74 REGULATOR_EVENT_REGULATION_OUT }, 76 REGULATOR_EVENT_REGULATION_OUT }, 78 REGULATOR_EVENT_REGULATION_OUT }, 268 { TPS6594_IRQ_NAME_BUCK1_SC, "BUCK1", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 276 { TPS6594_IRQ_NAME_BUCK2_SC, "BUCK2", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 284 { TPS6594_IRQ_NAME_BUCK3_SC, "BUCK3", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 292 { TPS6594_IRQ_NAME_BUCK4_SC, "BUCK4", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 300 { TPS6594_IRQ_NAME_BUCK5_SC, "BUCK5", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 308 { TPS6594_IRQ_NAME_LDO1_SC, "LDO1", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 316 { TPS6594_IRQ_NAME_LDO2_SC, "LDO2", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, [all …]
|
H A D | tps65219-regulator.c | 34 { "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 D | da9210-regulator.c | 99 REGULATOR_EVENT_REGULATION_OUT, in da9210_irq_handler()
|
H A D | bd9576-regulator.c | 172 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 D | mt6360-regulator.c | 70 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_REGULATION_OUT, NULL); in mt6360_ov_event_handler()
|
H A D | rt6190-regulator.c | 343 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_REGULATION_OUT, NULL); in rt6190_irq_handler()
|
H A D | da9121-regulator.c | 175 DA9121_STATUS(1, 1, OV1, REGULATOR_EVENT_REGULATION_OUT, NULL), 179 DA9xxx_STATUS(2, 1, OV2, REGULATOR_EVENT_REGULATION_OUT, NULL),
|
H A D | max5970-regulator.c | 441 stat->notifs |= REGULATOR_EVENT_REGULATION_OUT; in max597x_irq_handler()
|
H A D | rtq2208-regulator.c | 336 REGULATOR_EVENT_REGULATION_OUT, NULL); in rtq2208_irq_handler()
|
H A D | qcom-labibb-regulator.c | 551 REGULATOR_EVENT_REGULATION_OUT, NULL); in qcom_labibb_sc_isr()
|
/linux/include/uapi/regulator/ |
H A D | regulator.h | 41 #define REGULATOR_EVENT_REGULATION_OUT 0x04 macro
|
/linux/drivers/hwmon/pmbus/ |
H A D | pmbus_core.c | 2942 *event |= REGULATOR_EVENT_REGULATION_OUT; in _pmbus_get_flags()
|