Home
last modified time | relevance | path

Searched refs:REGULATOR_ERROR_UNDER_VOLTAGE (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Dmt6370-regulator.c95 rpt_flags |= REGULATOR_ERROR_UNDER_VOLTAGE; in mt6370_get_error_flags()
102 rpt_flags |= REGULATOR_ERROR_UNDER_VOLTAGE; in mt6370_get_error_flags()
H A Dmax5970-regulator.c297 stat->errors |= REGULATOR_ERROR_UNDER_VOLTAGE; in max597x_irq_handler()
404 int errs = REGULATOR_ERROR_UNDER_VOLTAGE | in max597x_setup_irq()
H A Drt6160-regulator.c161 events |= REGULATOR_ERROR_UNDER_VOLTAGE; in rt6160_get_error_flags()
H A Drt5759-regulator.c108 events |= REGULATOR_ERROR_UNDER_VOLTAGE; in rt5759_get_error_flags()
H A Drtq2134-regulator.c190 events |= REGULATOR_ERROR_UNDER_VOLTAGE; in rtq2134_buck_get_error_flags()
H A Dbd9576-regulator.c197 data->uvd_err = REGULATOR_ERROR_UNDER_VOLTAGE; in bd9576_fill_uvd_flags()
1066 int uvd_errs = REGULATOR_ERROR_UNDER_VOLTAGE | in bd957x_probe()
H A Drt5120-regulator.c115 cur_flags |= REGULATOR_ERROR_UNDER_VOLTAGE; in rt5120_regulator_get_error_flags()
H A Drt6190-regulator.c242 rpt_flags |= REGULATOR_ERROR_UNDER_VOLTAGE; in rt6190_out_get_error_flags()
H A Drt5190a-regulator.c157 { RT5190A_UNDERVOLT_MASK, REGULATOR_ERROR_UNDER_VOLTAGE } in rt5190a_irq_handler()
H A Dcore.c995 REGULATOR_ERROR_ATTR(under_voltage, REGULATOR_ERROR_UNDER_VOLTAGE);
/openbmc/linux/include/linux/regulator/
H A Ddriver.h670 case REGULATOR_ERROR_UNDER_VOLTAGE: in regulator_err2notif()
H A Dconsumer.h145 #define REGULATOR_ERROR_UNDER_VOLTAGE BIT(1) macro
/openbmc/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c2736 { PB_VOLTAGE_UV_FAULT, REGULATOR_ERROR_UNDER_VOLTAGE,
2994 if (status & (REGULATOR_ERROR_UNDER_VOLTAGE | REGULATOR_ERROR_OVER_CURRENT | in pmbus_regulator_get_status()