Home
last modified time | relevance | path

Searched full:overvoltage (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/linux/drivers/regulator/
H A Dtps6594-regulator.c57 { TPS6594_IRQ_NAME_VCCA_OV, "VCCA", "overvoltage", REGULATOR_EVENT_OVER_VOLTAGE_WARN },
59 { TPS6594_IRQ_NAME_VMON1_OV, "VMON1", "overvoltage", REGULATOR_EVENT_OVER_VOLTAGE_WARN },
63 { TPS6594_IRQ_NAME_VMON2_OV, "VMON2", "overvoltage", REGULATOR_EVENT_OVER_VOLTAGE_WARN },
201 { TPS6594_IRQ_NAME_BUCK1_OV, "BUCK1", "overvoltage", REGULATOR_EVENT_OVER_VOLTAGE_WARN },
209 { TPS6594_IRQ_NAME_BUCK2_OV, "BUCK2", "overvoltage", REGULATOR_EVENT_OVER_VOLTAGE_WARN },
217 { TPS6594_IRQ_NAME_BUCK3_OV, "BUCK3", "overvoltage", REGULATOR_EVENT_OVER_VOLTAGE_WARN },
225 { TPS6594_IRQ_NAME_BUCK4_OV, "BUCK4", "overvoltage", REGULATOR_EVENT_OVER_VOLTAGE_WARN },
233 { TPS6594_IRQ_NAME_BUCK5_OV, "BUCK5", "overvoltage", REGULATOR_EVENT_OVER_VOLTAGE_WARN },
241 { TPS6594_IRQ_NAME_LDO1_OV, "LDO1", "overvoltage", REGULATOR_EVENT_OVER_VOLTAGE_WARN },
249 { TPS6594_IRQ_NAME_LDO2_OV, "LDO2", "overvoltage", REGULATOR_EVENT_OVER_VOLTAGE_WARN },
[all …]
H A Dmax5970-regulator.c58 bool enable, bool overvoltage) in max597x_set_vp() argument
64 if (overvoltage) { in max597x_set_vp()
/openbmc/linux/Documentation/hwmon/
H A Dltc2947.rst43 in0_max Overvoltage threshold
48 in0_max_alarm Overvoltage alarm
53 in1_max Overvoltage threshold
58 in1_max_alarm Overvoltage alarm
H A Dltc2945.rst58 in1_max Overvoltage threshold
63 in1_max_alarm Overvoltage alarm
67 in2_max Overvoltage threshold
72 in2_max_alarm Overvoltage alarm
H A Dltc4215.rst43 The LTC4215 has built-in limits for overvoltage, undervoltage, and
52 in1_max_alarm input overvoltage alarm
H A Dltc4261.rst63 in1_max_alarm ADIN/ADIN2 Overvoltage alarm
67 in2_max_alarm ADIN/ADIN2 Overvoltage alarm
H A Dpm6764tr.rst32 under/overvoltage and feedback disconnections.
H A Dltc2992.rst40 inX_max_alarm An overvoltage occurred. Cleared on read.
H A Dltc4260.rst57 in1_max_alarm Overvoltage alarm
H A Dlineage-pem.rst63 in1_max_alarm Output overvoltage alarm
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dmaxim,max14577.yaml48 OverVoltage Protection Threshold in uV; In an overvoltage condition, INT
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-thermocouple5 Overvoltage or Undervoltage Input Fault. The internal circuitry
/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/
H A DFault.errors.yaml13 description: The power supply detected an output overvoltage fault condition.
/openbmc/linux/drivers/power/supply/
H A Dtwl4030_charger.c79 #define TWL4030_VBATOV BIT(1) /* VBAT overvoltage */
80 #define TWL4030_VBUSOV BIT(2) /* VBUS overvoltage */
81 #define TWL4030_ACCHGOV BIT(3) /* Ac charger overvoltage */
639 dev_crit(bci->dev, "VBAT overvoltage\n"); in twl4030_bci_interrupt()
642 dev_crit(bci->dev, "VBUS overvoltage\n"); in twl4030_bci_interrupt()
645 dev_crit(bci->dev, "Ac charger overvoltage\n"); in twl4030_bci_interrupt()
H A Dtest_power.c281 { POWER_SUPPLY_HEALTH_OVERVOLTAGE, "overvoltage" },
565 "battery presence state <good|overheat|dead|overvoltage|failure>");
573 "battery health state <good|overheat|dead|overvoltage|failure>");
H A Dbq2415x_charger.c932 case 1: /* Overvoltage protection (chip fried) */ in bq2415x_timer_work()
934 "Overvoltage protection (chip fried)"); in bq2415x_timer_work()
939 case 4: /* Battery overvoltage protection */ in bq2415x_timer_work()
941 "Battery overvoltage protection"); in bq2415x_timer_work()
970 case 1: /* Overvoltage protection (chip fried) */ in bq2415x_timer_work()
972 "Overvoltage protection (chip fried)"); in bq2415x_timer_work()
974 case 4: /* Battery overvoltage protection */ in bq2415x_timer_work()
976 "Battery overvoltage protection"); in bq2415x_timer_work()
H A Dmax14577_charger.c187 /* Not dead, not overvoltage */ in max14577_get_battery_health()
371 /* Initialize Overvoltage-Protection Threshold */ in max14577_charger_reg_init()
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dvctrl.txt17 - ovp-threshold-percent : overvoltage protection (OVP) threshold of the
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lm3692x.txt21 - ti,ovp-microvolt: Overvoltage protection in
/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.hpp21 // Overvoltage fault or warning, Undervoltage fault or warning, maximum or
66 // an output overvoltage fault.
/openbmc/qemu/include/hw/i2c/
H A Dpmbus_device.h181 #define PB_STATUS_VOUT_OV_FAULT BIT(7) /* Output Overvoltage Fault */
182 #define PB_STATUS_VOUT_OV_WARN BIT(6) /* Output Overvoltage Warning */
200 #define PB_STATUS_INPUT_VIN_OV_FAULT BIT(7) /* Input Overvoltage Fault */
201 #define PB_STATUS_INPUT_VIN_OV_WARN BIT(6) /* Input Overvoltage Warning */
/openbmc/phosphor-power/org/open_power/Witherspoon/
H A DFault.errors.yaml13 description: The power supply detected an output overvoltage fault condition.
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.hpp205 * @brief Indicates output overvoltage fault if equal to FAULT_COUNT.
355 * @brief Checks for output overvoltage fault.
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.hpp205 * @brief Indicates output overvoltage fault if equal to FAULT_COUNT.
338 * @brief Checks for output overvoltage fault.
/openbmc/phosphor-power/
H A Dpmbus.hpp44 // Overvoltage fault or warning, Undervoltage fault or warning, maximum or
96 // an output overvoltage fault.

12