/u-boot/drivers/power/battery/ |
A D | bat_trats.c | 16 static struct battery battery_trats; 21 struct battery *battery = p_bat->bat; in power_battery_charge() local 29 battery->state_of_chrg < 100; k++) { in power_battery_charge() 36 debug(" %d [V]", battery->voltage_uV); in power_battery_charge()
|
A D | bat_trats2.c | 14 static struct battery battery_trats;
|
/u-boot/arch/x86/include/asm/acpi/cros_ec/ |
A D | battery.asl | 8 /* Mutex for EC battery index interface */ 12 // Arg0 = battery index 43 // Arg0 = battery index 61 // Arg0 = battery index 91 // Get battery info from mainboard 101 // Arg0 = battery index 134 // Get battery info from mainboard 144 // Arg0 = battery index 175 // Always discharging when on battery power 179 // Check for critical battery level [all …]
|
/u-boot/doc/ |
A D | README.power-framework | 40 to start charging the battery, use PMIC to reduce board's overall power 42 energy on the battery from FG. 55 e.g. ./drivers/power/battery/trats/bat_trats.c 64 Everything is a power device described by struct pmic. Even battery is 81 1. When hierarchy is not needed (no complex battery charge): 90 2. Complex battery charging. 97 battery state(voltage and current capacity) 102 -- *chrg_bat_present - detection if battery to be charged is 109 hierarchy battery device 139 2. Charging battery with hierarchy [all …]
|
/u-boot/arch/arm/dts/ |
A D | ste-ab8500.dtsi | 14 <&gpadc 0x08>, /* Main battery voltage */ 18 <&gpadc 0x0c>, /* Backup battery voltage */ 131 stericsson,battery-type = "LIPO"; 137 battery = <&ab8500_battery>; 144 battery = <&ab8500_battery>; 153 battery = <&ab8500_battery>; 167 battery = <&ab8500_battery>;
|
A D | ste-ab8505.dtsi | 13 <&gpadc 0x08>, /* Main battery voltage */ 16 <&gpadc 0x0c>; /* Backup battery voltage */ 100 battery = <&ab8500_battery>; 108 battery = <&ab8500_battery>; 118 battery = <&ab8500_battery>; 129 battery = <&ab8500_battery>;
|
A D | cros-ec-sbs.dtsi | 2 * Smart battery dts fragment for devices that use cros-ec-sbs 46 battery: sbs-battery@b { label 47 compatible = "sbs,sbs-battery";
|
A D | axp803.dtsi | 40 battery_power_supply: battery-power-supply { 41 compatible = "x-powers,axp803-battery-power-supply", 42 "x-powers,axp813-battery-power-supply";
|
A D | exynos5800-peach-pi.dts | 228 battery: sbs-battery@b { label 229 compatible = "sbs,sbs-battery";
|
A D | axp209.dtsi | 72 battery_power_supply: battery-power-supply { 73 compatible = "x-powers,axp209-battery-power-supply";
|
A D | axp81x.dtsi | 72 battery_power_supply: battery-power-supply { 73 compatible = "x-powers,axp813-battery-power-supply";
|
A D | axp22x.dtsi | 60 battery_power_supply: battery-power-supply { 61 compatible = "x-powers,axp221-battery-power-supply";
|
A D | exynos5420-peach-pit.dts | 365 battery: sbs-battery@b { label 366 compatible = "sbs,sbs-battery";
|
A D | exynos5250-snow.dts | 116 battery: sbs-battery@b { label 117 compatible = "sbs,sbs-battery";
|
A D | tegra124-nyan.dtsi | 330 battery: sbs-battery@b { label 331 compatible = "sbs,sbs-battery";
|
A D | rk3288-veyron-chromebook.dtsi | 39 /* A non-regulated voltage from power supply or battery */
|
A D | meson-gxl-s905x-khadas-vim.dts | 100 /* has to be enabled manually when a battery is connected: */
|
/u-boot/include/power/ |
A D | battery.h | 10 struct battery { struct
|
A D | pmic.h | 58 struct battery *bat;
|
/u-boot/board/ti/sdp4430/ |
A D | Kconfig | 13 bool "Enable board-specific battery command"
|
/u-boot/drivers/rtc/ |
A D | Kconfig | 48 has a selectable I2C-bus or SPI-bus, a backup battery switch-over circuit, a 85 calendar with automatic leap year correction, 2-byte battery backed SRAM, 103 battery-backed SRAM. 106 battery-baced SRAM section. 153 and now available from NXP. It includes a battery-backed real-time 155 battery-backed RAM. The driver supports access to the clock and RAM. 175 families of ultra-low-power battery- and capacitor-backed real-time
|
/u-boot/arch/arm/mach-rockchip/rk3288/ |
A D | Kconfig | 15 the keyboard and battery functions. 23 to the HDMI input of a monitor or TV. It has no internal battery. 34 EC (Cortex-M3) to provide access to the keyboard and battery 45 EC (Cortex-M3) to provide access to the keyboard and battery 124 space for a real-time-clock battery. There is also an expansion
|
/u-boot/doc/device-tree-bindings/rtc/ |
A D | abracon,abx80x.txt | 26 connected battery or supercap. Both the following properties have to be defined
|
/u-boot/arch/arm/mach-rockchip/rk3399/ |
A D | Kconfig | 15 the keyboard and battery functions. 109 * wide voltage input(5V-15V), dual cell battery
|
/u-boot/drivers/power/pmic/ |
A D | Kconfig | 39 regulators (LDOs). It also provides some GPIO, reset and battery 169 - Fueal Gauge and One backup battery charger 207 - Backup battery charger 259 FETs and a battery charger. This driver provides register access
|