Searched +full:vset +full:- +full:millivolts (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/power/supply/ |
D | qcom,pm8941-coincell.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/qcom,pm8941-coincell.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 15 - Sebastian Reichel <sre@kernel.org> 19 const: qcom,pm8941-coincell 24 qcom,rset-ohms: 25 description: resistance (in ohms) for current-limiting resistor 28 qcom,vset-millivolts: 30 description: voltage (in millivolts) to apply for charging [all …]
|
/Linux-v6.1/drivers/misc/ |
D | qcom-coincell.c | 1 // SPDX-License-Identifier: GPL-2.0-only 30 /* if enable==0, rset and vset are ignored */ 32 int vset, bool enable) in qcom_coincell_chgr_config() argument 38 return regmap_write(chgr->regmap, in qcom_coincell_chgr_config() 39 chgr->base_addr + QCOM_COINCELL_REG_ENABLE, 0); in qcom_coincell_chgr_config() 41 /* find index for current-limiting resistor */ in qcom_coincell_chgr_config() 47 dev_err(chgr->dev, "invalid rset-ohms value %d\n", rset); in qcom_coincell_chgr_config() 48 return -EINVAL; in qcom_coincell_chgr_config() 53 if (vset == qcom_vset_map[j]) in qcom_coincell_chgr_config() 57 dev_err(chgr->dev, "invalid vset-millivolts value %d\n", vset); in qcom_coincell_chgr_config() [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | qcom-msm8974-sony-xperia-rhine.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include "qcom-msm8974.dtsi" 3 #include "qcom-pm8841.dtsi" 4 #include "qcom-pm8941.dtsi" 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/leds/common.h> 7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 15 stdout-path = "serial0:115200n8"; 18 gpio-keys { 19 compatible = "gpio-keys"; [all …]
|
D | qcom-msm8974pro-sony-xperia-shinano-castor.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 #include "qcom-msm8974pro.dtsi" 3 #include "qcom-pm8841.dtsi" 4 #include "qcom-pm8941.dtsi" 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/leds/common.h> 7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 11 compatible = "sony,xperia-castor", "qcom,msm8974"; 19 stdout-path = "serial0:115200n8"; 22 gpio-keys { [all …]
|