Searched refs:REGULATOR_EVENT_REGULATION_OUT (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/regulator/ |
H A D | tps6594-regulator.c | 70 REGULATOR_EVENT_REGULATION_OUT }, 72 REGULATOR_EVENT_REGULATION_OUT }, 74 REGULATOR_EVENT_REGULATION_OUT }, 264 { TPS6594_IRQ_NAME_BUCK1_SC, "BUCK1", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 272 { TPS6594_IRQ_NAME_BUCK2_SC, "BUCK2", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 280 { TPS6594_IRQ_NAME_BUCK3_SC, "BUCK3", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 288 { TPS6594_IRQ_NAME_BUCK4_SC, "BUCK4", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 296 { TPS6594_IRQ_NAME_BUCK5_SC, "BUCK5", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 304 { TPS6594_IRQ_NAME_LDO1_SC, "LDO1", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, 312 { TPS6594_IRQ_NAME_LDO2_SC, "LDO2", "short circuit", REGULATOR_EVENT_REGULATION_OUT }, [all …]
|
H A D | tps65219-regulator.c | 38 { "LDO3_SCG", "LDO3", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT }, 41 { "LDO4_SCG", "LDO4", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT }, 54 { "LDO1_SCG", "LDO1", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT }, 57 { "LDO2_SCG", "LDO2", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT }, 60 { "BUCK3_SCG", "BUCK3", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT }, 64 { "BUCK1_SCG", "BUCK1", "short circuit to ground", REGULATOR_EVENT_REGULATION_OUT }, 68 { "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 | 341 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
|