Searched +full:constant +full:- +full:uvolt (Results  1 – 6 of 6) sorted by relevance
| /linux/Documentation/devicetree/bindings/power/supply/ | 
| H A D | maxim,max14577.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10   - Krzysztof Kozlowski <krzk@kernel.org> 22       - maxim,max14577-charger 23       - maxim,max77836-charger 25   maxim,constant-uvolt: 27       Battery Constant Voltage in uV 32   maxim,eoc-uamp: 34       Current in uA for End-Of-Charge mode. [all …] 
 | 
| /linux/Documentation/devicetree/bindings/mfd/ | 
| H A D | maxim,max14577.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10   - Krzysztof Kozlowski <krzk@kernel.org> 20   includes voltage safeout and LDO regulators, charger, fuel-gauge and MicroUSB 26       - maxim,max14577 27       - maxim,max77836 35   wakeup-source: true 46           - maxim,max14577-muic 47           - maxim,max77836-muic [all …] 
 | 
| /linux/drivers/power/supply/ | 
| H A D | max14577_charger.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 // max14577_charger.c - Battery charger driver for the Maxim 14577/77836 11 #include <linux/mfd/max14577-private.h> 49 	struct regmap *rmap = chg->max14577->regmap;  in max14577_get_charger_state() 55 	 *  - CHGCTRL2/MBCHOSTEN == 1  in max14577_get_charger_state() 56 	 *  - STATUS2/CGMBC == 1  in max14577_get_charger_state() 59 	 *  - handle FULL after Top-off timer (EOC register may be off  in max14577_get_charger_state() 61 	 *  - handle properly dead-battery charging (respect timer)  in max14577_get_charger_state() 62 	 *  - handle timers (fast-charge and prequal) /MBCCHGERR/  in max14577_get_charger_state() 78 		/* Charger or USB-cable is connected */  in max14577_get_charger_state() [all …] 
 | 
| /linux/Documentation/driver-api/thermal/ | 
| H A D | cpu-cooling-api.rst | 22 -------------------------------------------- 30     "thermal-cpufreq-%x". This api can support multiple instances of cpufreq 42     the name "thermal-cpufreq-%x" linking it with a device tree node, in 54     This interface function unregisters the "thermal-cpufreq-%x" cooling device. 63 supported currently).  This power model requires that the operating-points of 73 - The time the processor spends running, consuming dynamic power, as 76 - The voltage and frequency levels as a result of DVFS.  The DVFS 78 - In running time the 'execution' behaviour (instruction types, memory 89 mW/MHz/uVolt^2) 91 The detailed behaviour for f(run) could be modelled on-line.  However, [all …] 
 | 
| /linux/arch/arm/boot/dts/samsung/ | 
| H A D | exynos3250-monk.dts | 1 // SPDX-License-Identifier: GPL-2.0 12 /dts-v1/; 14 #include "exynos4412-ppmu-common.dtsi" 15 #include <dt-bindings/input/input.h> 16 #include <dt-bindings/gpio/gpio.h> 17 #include <dt-bindings/clock/samsung,s2mps11.h> 34 		compatible = "samsung,secure-firmware"; 38 	gpio-keys { 39 		compatible = "gpio-keys"; 41 		power-key { [all …] 
 | 
| H A D | exynos3250-rinato.dts | 1 // SPDX-License-Identifier: GPL-2.0 12 /dts-v1/; 14 #include "exynos4412-ppmu-common.dtsi" 15 #include <dt-bindings/input/input.h> 16 #include <dt-bindings/gpio/gpio.h> 17 #include <dt-bindings/clock/samsung,s2mps11.h> 22 	chassis-type = "watch"; 31 		stdout-path = &serial_1; 40 		compatible = "samsung,secure-firmware"; 44 	gpio-keys { [all …] 
 |