Home
last modified time | relevance | path

Searched full:ovp (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dsc8551_charger.txt16 - sc,sc8551,bat-ovp-disable: enable the battery over voltage protection
19 - sc,sc8551,bat-ovp-threshold: Configures the battery over voltage protection voltage (in uV).
21 - sc,sc8551,bus-ovp-threshold: Configures the bus over voltage protection voltage (in uV).
23 - sc,sc8551,ac-ovp-threshold: Configures the AC voltage protection voltage (in uV).
33 sc,sc8551,bat-ovp-disable = <0>;
37 sc,sc8551,bat-ovp-threshold = <4500>;
40 sc,sc8551,bus-ovp-threshold = <12000>;
43 sc,sc8551,ac-ovp-threshold = <17>;
H A Dbq25980.yaml41 ti,sc-ovp-limit-microvolt:
55 ti,bypass-ovp-limit-microvolt:
109 ti,sc-ovp-limit-microvolt = <17800000>;
H A Dbq24257.txt27 - ti,ovp-voltage: Configures the over voltage protection voltage (in uV). If
60 ti,ovp-voltage = <9500000>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dvctrl.txt17 - ovp-threshold-percent : overvoltage protection (OVP) threshold of the
18 regulator in percent. Some regulators have an OVP
27 each step is within the OVP threshold.
31 This value is required when ovp-threshold-percent is
48 ovp-threshold-percent = <16>;
H A Dmps,mpq7920.yaml67 mps,buck-ovp-disable:
103 mps,buck-ovp-disable;
/OK3568_Linux_fs/kernel/drivers/video/backlight/
H A Dqcom-wled.c167 u32 ovp; member
219 * Time to wait before checking the OVP status after wled module enable.
317 * The hardware generates a storm of spurious OVP in wled_module_enable()
401 dev_dbg(wled->dev, "WLED OVP fault detected, int_rt_sts=0x%x fault_sts=0x%x\n", in wled_ovp_fault_status()
418 /* For WLED5, get the delay based on OVP timer */ in wled5_ovp_delay()
658 dev_err(wled->dev, "Error in getting OVP fault_sts, rc=%d\n", in wled_auto_string_detection()
664 dev_dbg(wled->dev, "WLED OVP fault detected with SINK %d\n", in wled_auto_string_detection()
769 * Check if the OVP fault was an occasional one in wled4_auto_detection_required()
800 * Unlike WLED4, WLED5 has OVP fault density interrupt configuration in wled5_auto_detection_required()
801 * i.e. to count the number of OVP alarms for a certain duration before in wled5_auto_detection_required()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-lm3692x.txt21 - ti,ovp-microvolt: Overvoltage protection in
23 29000000. If ti,ovp-microvolt is not specified it
53 ti,ovp-microvolt = <29000000>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/backlight/
H A Dqcom-wled.yaml85 qcom,ovp:
93 qcom,ovp-millivolt:
137 - const: ovp
250 qcom,ovp = <29>;
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dvctrl-regulator.c110 /* voltage rising or no OVP */ in vctrl_set_voltage()
173 /* voltage rising or no OVP */ in vctrl_set_voltage_sel()
248 ret = of_property_read_u32(np, "ovp-threshold-percent", &pval); in vctrl_parse_dt()
253 "ovp-threshold-percent (%u) > 100\n", in vctrl_parse_dt()
277 "ovp-threshold-percent requires min-slew-down-rate\n"); in vctrl_parse_dt()
378 /* pre-calculate OVP-safe downward transitions */ in vctrl_init_vtable()
392 dev_warn(&pdev->dev, "switching down from %duV may cause OVP shutdown\n", in vctrl_init_vtable()
H A Dmpq7920.c219 if (of_property_read_bool(np, "mps,buck-ovp-disable")) { in mpq7920_parse_cb()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dmax14577.txt32 - maxim,ovp-uvolt : OverVoltage Protection Threshold in uV;
100 maxim,ovp-uvolt = <6500000>;
145 maxim,ovp-uvolt = <6500000>;
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-lm3692x.c382 u32 ovp, max_cur; in lm3692x_probe_dt() local
408 "ti,ovp-microvolt", &ovp); in lm3692x_probe_dt()
412 switch (ovp) { in lm3692x_probe_dt()
425 dev_err(&led->client->dev, "Invalid OVP %d\n", ovp); in lm3692x_probe_dt()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dbq25980_charger.c24 bool ovp; member
595 state->ovp = (stat1 & BQ25980_STAT1_OVP_MASK) | in bq25980_get_state()
741 else if (state.ovp) in bq25980_get_charger_property()
821 old_state.ovp != new_state->ovp || in bq25980_state_changed()
1157 "ti,sc-ovp-limit-microvolt", in bq25980_parse_dt()
1164 dev_err(bq->dev, "SC ovp limit is out of range\n"); in bq25980_parse_dt()
1181 "ti,bypass-ovp-limit-microvolt", in bq25980_parse_dt()
1188 dev_err(bq->dev, "Bypass ovp limit is out of range\n"); in bq25980_parse_dt()
H A Dsc8551_charger.c1544 "sc,sc8551,bat-ovp-disable"); in sc8551_parse_dt()
1554 ret = of_property_read_u32(np, "sc,sc8551,bat-ovp-threshold", in sc8551_parse_dt()
1557 dev_err(sc->dev, "failed to read bat-ovp-threshold\n"); in sc8551_parse_dt()
1566 ret = of_property_read_u32(np, "sc,sc8551,bus-ovp-threshold", in sc8551_parse_dt()
1569 dev_err(sc->dev, "failed to read bus-ovp-threshold\n"); in sc8551_parse_dt()
1579 ret = of_property_read_u32(np, "sc,sc8551,ac-ovp-threshold", in sc8551_parse_dt()
1582 dev_err(sc->dev, "failed to read ac-ovp-threshold\n"); in sc8551_parse_dt()
1601 pr_debug("%s bat ovp %s\n", in sc8551_init_protection()
1626 pr_debug("set bat ovp th %d %s\n", sc->cfg->bat_ovp_th, in sc8551_init_protection()
1634 pr_debug("set bus ovp threshold %d %s\n", sc->cfg->bus_ovp_th, in sc8551_init_protection()
[all …]
H A Dmax14577_charger.c382 dev_err(chg->dev, "Wrong value for OVP: %u\n", in max14577_charger_reg_init()
492 ret = of_property_read_u32(np, "maxim,ovp-uvolt", &pdata->ovp_uvolt); in max14577_charger_dt_init()
494 dev_err(&pdev->dev, "Cannot parse maxim,ovp-uvolt field from DT\n"); in max14577_charger_dt_init()
H A Dmp2629_charger.c461 dev_err(charger->dev, "Battery fault OVP\n"); in mp2629_irq_handler()
465 dev_err(charger->dev, "no input or input OVP\n"); in mp2629_irq_handler()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-chromebook.dtsi77 ovp-threshold-percent = <16>;
220 ovp-threshold-percent = <16>;
225 ovp-threshold-percent = <16>;
230 ovp-threshold-percent = <16>;
H A Drk3399-gru.dtsi293 * Set some suspend operating points to avoid OVP in suspend
300 * regulator "over voltage protection" (OVP).
302 * To make extra certain that we don't hit this OVP at suspend time, we'll
/OK3568_Linux_fs/kernel/drivers/extcon/
H A Dextcon-rt8973a.c98 /* Define OVP (Over Voltage Protection), OTP (Over Temperature Protection) */
156 { RT8973A_INT1_OVP, "muic-ovp" },
163 { RT8973A_INT2_OVP_FET, "muic-ovp-fet" },
166 { RT8973A_INT2_OVP_OCP, "muic-ovp-ocp" },
H A Dextcon-sm5502.c158 { SM5502_IRQ_INT1_OVP_EVENT, "muic-ovp-event" },
160 { SM5502_IRQ_INT1_OVP_OCP_DIS, "muic-ovp-ocp-dis" },
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/extcon/
H A Dextcon-rt8973a.txt4 The Richtek RT8973A is Micro USB Switch with OVP and I2C interface. The RT8973A
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dlm3533-core.c151 enum lm3533_boost_ovp ovp) in lm3533_set_boost_ovp() argument
156 ovp << LM3533_BOOST_OVP_SHIFT, in lm3533_set_boost_ovp()
159 dev_err(lm3533->dev, "failed to set boost ovp\n"); in lm3533_set_boost_ovp()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dlp8755.h20 *OVP : over voltage protect activated
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_usbpd_logger.c46 "---", "OCP", "fast OCP", "OVP", "Discharge"
/OK3568_Linux_fs/kernel/drivers/misc/
H A Drk803.c286 /* OVP */ in rk803_probe()

12