Searched full:4350000 (Results 1 – 25 of 32) sorted by relevance
12
/Linux-v6.6/Documentation/devicetree/bindings/mfd/ |
D | maxim,max14577.yaml | 134 maxim,constant-uvolt = <4350000>; 190 maxim,constant-uvolt = <4350000>;
|
D | richtek,rt5033.yaml | 63 constant-charge-voltage-max-microvolt = <4350000>;
|
D | maxim,max77693.yaml | 167 maxim,constant-microvolt = <4350000>;
|
D | mediatek,mt6370.yaml | 150 regulator-min-microvolt = <4350000>;
|
/Linux-v6.6/arch/arm64/boot/dts/qcom/ |
D | msm8996-oneplus3.dts | 25 voltage-max-design-microvolt = <4350000>;
|
D | msm8916-samsung-serranove.dts | 215 constant-charge-voltage-max-microvolt = <4350000>;
|
/Linux-v6.6/Documentation/devicetree/bindings/power/supply/ |
D | sc2731-charger.yaml | 39 constant-charge-voltage-max-microvolt = <4350000>;
|
D | maxim,max14577.yaml | 30 maximum: 4350000
|
D | sc27xx-fg.yaml | 71 constant-charge-voltage-max-microvolt = <4350000>;
|
/Linux-v6.6/Documentation/devicetree/bindings/regulator/ |
D | pv88090.txt | 54 regulator-max-microvolt = <4350000>;
|
/Linux-v6.6/arch/arm64/boot/dts/sprd/ |
D | sp9860g-1h10.dts | 47 constant_charge_voltage_max_microvolt = <4350000>;
|
/Linux-v6.6/arch/arm/boot/dts/qcom/ |
D | qcom-apq8026-lg-lenok.dts | 291 qcom,fast-charge-safe-voltage = <4350000>; 292 qcom,fast-charge-high-threshold-voltage = <4350000>;
|
D | qcom-apq8026-huawei-sturgeon.dts | 333 qcom,fast-charge-high-threshold-voltage = <4350000>; 334 qcom,minimum-input-voltage = <4350000>;
|
D | qcom-msm8974pro-fairphone-fp2.dts | 381 qcom,fast-charge-high-threshold-voltage = <4350000>;
|
D | qcom-msm8974-sony-xperia-rhine.dtsi | 424 qcom,fast-charge-high-threshold-voltage = <4350000>;
|
D | qcom-msm8974pro-sony-xperia-shinano-castor.dts | 557 qcom,fast-charge-high-threshold-voltage = <4350000>;
|
/Linux-v6.6/drivers/power/supply/ |
D | max77693_charger.c | 455 else if (uvolt >= 4340000 && uvolt < 4350000) in max77693_set_constant_volt() 457 else if (uvolt >= 4350000 && uvolt <= 4400000) in max77693_set_constant_volt() 458 data = 0x1d + (uvolt - 4350000) / 25000; in max77693_set_constant_volt()
|
D | cpcap-charger.c | 261 case 4330000 ... 4350000 - 1: return 4330000; in cpcap_charger_match_voltage() 262 case 4350000 ... 4380000 - 1: return 4350000; in cpcap_charger_match_voltage()
|
D | ip5xxx_power.c | 284 *val = 4350000; in ip5xxx_battery_get_voltage_max() 409 case 4350000: in ip5xxx_battery_set_voltage_max()
|
D | samsung-sdi-battery.c | 734 .voltage_max_design_uv = 4350000, 777 .voltage_max_design_uv = 4350000, 869 .constant_charge_voltage_max_uv = 4350000,
|
D | axp20x_battery.c | 158 *val = 4350000; in axp813_battery_get_max_voltage()
|
/Linux-v6.6/drivers/regulator/ |
D | pv88090-regulator.c | 214 PV88090_LDO(PV88090, LDO1, 1200000, 50000, 4350000),
|
D | max8997-regulator.c | 139 return 4350000; in max8997_list_voltage_charger_cv() 413 if (max_uV < 4000000 || min_uV > 4350000) in max8997_set_voltage_charger_cv()
|
D | tps6524x-regulator.c | 334 4300000, 4350000, 4400000, 4450000,
|
/Linux-v6.6/include/linux/mfd/ |
D | max14577-private.h | 301 #define MAXIM_CHARGER_CONSTANT_VOLTAGE_MAX 4350000U
|
12