Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/regulator/
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 },
Dda9210-regulator.c99 REGULATOR_EVENT_REGULATION_OUT, in da9210_irq_handler()
Dmt6360-regulator.c70 regulator_notifier_call_chain(rdev, REGULATOR_EVENT_REGULATION_OUT, NULL); in mt6360_ov_event_handler()
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()
Dmax597x-regulator.c314 stat->notifs |= REGULATOR_EVENT_REGULATION_OUT; in max597x_irq_handler()
Dda9121-regulator.c176 DA9121_STATUS(1, 1, OV1, REGULATOR_EVENT_REGULATION_OUT, NULL),
180 DA9xxx_STATUS(2, 1, OV2, REGULATOR_EVENT_REGULATION_OUT, NULL),
Dqcom-labibb-regulator.c551 REGULATOR_EVENT_REGULATION_OUT, NULL); in qcom_labibb_sc_isr()
Dwm8350-regulator.c1094 REGULATOR_EVENT_REGULATION_OUT, in pmic_uv_handler()
/Linux-v6.1/include/linux/regulator/
Ddriver.h671 return REGULATOR_EVENT_REGULATION_OUT; in regulator_err2notif()
Dconsumer.h111 #define REGULATOR_EVENT_REGULATION_OUT 0x04 macro