| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | tps6594-regulator.c | 57 { 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 …]
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | ltc2947.rst | 43 in0_max Overvoltage threshold 48 in0_max_alarm Overvoltage alarm 53 in1_max Overvoltage threshold 58 in1_max_alarm Overvoltage alarm
|
| D | ltc2945.rst | 58 in1_max Overvoltage threshold 63 in1_max_alarm Overvoltage alarm 67 in2_max Overvoltage threshold 72 in2_max_alarm Overvoltage alarm
|
| D | ltc4215.rst | 43 The LTC4215 has built-in limits for overvoltage, undervoltage, and 52 in1_max_alarm input overvoltage alarm
|
| D | ltc4261.rst | 63 in1_max_alarm ADIN/ADIN2 Overvoltage alarm 67 in2_max_alarm ADIN/ADIN2 Overvoltage alarm
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | ltc2945.rst | 58 in1_max Overvoltage threshold 63 in1_max_alarm Overvoltage alarm 67 in2_max Overvoltage threshold 72 in2_max_alarm Overvoltage alarm
|
| D | ltc2947.rst | 43 in0_max Overvoltage threshold 48 in0_max_alarm Overvoltage alarm 53 in1_max Overvoltage threshold 58 in1_max_alarm Overvoltage alarm
|
| D | ltc4215.rst | 43 The LTC4215 has built-in limits for overvoltage, undervoltage, and 52 in1_max_alarm input overvoltage alarm
|
| D | ltc4261.rst | 63 in1_max_alarm ADIN/ADIN2 Overvoltage alarm 67 in2_max_alarm ADIN/ADIN2 Overvoltage alarm
|
| D | pm6764tr.rst | 32 under/overvoltage and feedback disconnections.
|
| D | ltc2992.rst | 40 inX_max_alarm An overvoltage occurred. Cleared on read.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/ |
| D | maxim,max14577.yaml | 48 OverVoltage Protection Threshold in uV; In an overvoltage condition, INT
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | max14577.txt | 32 - maxim,ovp-uvolt : OverVoltage Protection Threshold in uV; 33 In an overvoltage condition, INT asserts and charging
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-thermocouple | 5 Overvoltage or Undervoltage Input Fault. The internal circuitry
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| D | twl4030_charger.c | 78 #define TWL4030_VBATOV BIT(1) /* VBAT overvoltage */ 79 #define TWL4030_VBUSOV BIT(2) /* VBUS overvoltage */ 80 #define TWL4030_ACCHGOV BIT(3) /* Ac charger overvoltage */ 638 dev_crit(bci->dev, "VBAT overvoltage\n"); in twl4030_bci_interrupt() 641 dev_crit(bci->dev, "VBUS overvoltage\n"); in twl4030_bci_interrupt() 644 dev_crit(bci->dev, "Ac charger overvoltage\n"); in twl4030_bci_interrupt()
|
| D | test_power.c | 281 { POWER_SUPPLY_HEALTH_OVERVOLTAGE, "overvoltage" }, 566 "battery presence state <good|overheat|dead|overvoltage|failure>"); 574 "battery health state <good|overheat|dead|overvoltage|failure>");
|
| D | bq2415x_charger.c | 932 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()
|
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| D | twl4030_charger.c | 79 #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()
|
| D | test_power.c | 281 { POWER_SUPPLY_HEALTH_OVERVOLTAGE, "overvoltage" }, 565 "battery presence state <good|overheat|dead|overvoltage|failure>"); 573 "battery health state <good|overheat|dead|overvoltage|failure>");
|
| D | bq2415x_charger.c | 932 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()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | vctrl.txt | 17 - ovp-threshold-percent : overvoltage protection (OVP) threshold of the
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
| D | leds-lm3692x.txt | 21 - ti,ovp-microvolt: Overvoltage protection in
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-temperature-max31856 | 19 Overvoltage or Undervoltage Input Fault. The internal circuitry
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | vctrl.txt | 17 - ovp-threshold-percent : overvoltage protection (OVP) threshold of the
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/ |
| D | leds-lm3692x.txt | 21 - ti,ovp-microvolt: Overvoltage protection in
|