| /OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/ |
| H A D | Kconfig | 2 bool "Enable driver model fuel gauge support" 5 This adds a simple uclass for fuel gauge. 8 bool "Enable driver model fuel gauge support" 11 This adds a simple uclass for fuel gauge. 14 bool "CW201X Fuel gauge support" 17 This adds support for CW201X fuel gauge support. 20 bool "CW221X Fuel gauge support" 23 This adds support for CW221X fuel gauge support. 26 bool "CW201X Fuel gauge support" 29 This adds support for CW201X fuel gauge support. [all …]
|
| H A D | fg_max17042.c | 201 puts("Can't find max17042 fuel gauge\n"); in power_update_battery() 226 puts("Can't find max17042 fuel gauge\n"); in power_check_battery() 274 debug("Board Fuel Gauge init\n"); in power_fg_init()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | Kconfig | 125 battery fuel gauge (used in the Pinebook Pro & others) 136 battery fuel gauge (used in the Pinebook Pro & others) 147 battery fuel gauge (used in the Pinebook Pro & others) 300 fuel gauge mounted on the circuit board, and a battery that cannot 326 Integrated Charger & Fuel-Gauge IC. 332 tristate "Dialog Semiconductor DA9150 Fuel Gauge support" 335 Say Y here to enable support for the Fuel-Gauge unit of the DA9150 336 Integrated Charger & Fuel-Gauge IC 381 tristate "X-Powers AXP288 Fuel Gauge" 385 Fuel Gauge. The device provides battery statistics and status [all …]
|
| H A D | rn5t618_power.c | 485 * readers disable the fuel gauge on shutdown. If a kernel in rn5t618_power_probe() 486 * without fuel gauge support is booted after that, the fuel in rn5t618_power_probe() 489 dev_info(&pdev->dev, "Fuel gauge not enabled, enabling now\n"); in rn5t618_power_probe()
|
| H A D | rt5033_battery.c | 3 * Fuel gauge driver for Richtek RT5033 184 MODULE_DESCRIPTION("Richtek RT5033 fuel gauge driver");
|
| H A D | da9150-fg.c | 3 * DA9150 Fuel-Gauge Driver 564 .name = "da9150-fuel-gauge", 573 MODULE_DESCRIPTION("Fuel-Gauge Driver for DA9150");
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | da9150-fg.txt | 1 Dialog Semiconductor DA9150 Fuel-Gauge Power Supply bindings 4 - compatible: "dlg,da9150-fuel-gauge" for DA9150 Fuel-Gauge Power Supply 17 fuel-gauge { 18 compatible = "dlg,da9150-fuel-gauge";
|
| H A D | bq27xxx.yaml | 8 title: TI BQ27XXX fuel gauge family 16 Support various Texas Instruments fuel gauge devices that share similar 58 description: integer, I2C address of the fuel gauge. 63 The fuel gauge uses the following battery properties: 89 bq27510g3: fuel-gauge@55 {
|
| H A D | rockchip-charger-manager.txt | 7 - cm-fuel-gauge : name of battery fuel gauge 25 cm-fuel-gauge = "test_battery";
|
| H A D | charger-manager.txt | 8 - cm-fuel-gauge : name of battery fuel gauge 26 battery, 2 to check presence via fuel gauge, or 3 to check presence 61 cm-fuel-gauge = "fuelgauge0";
|
| H A D | battery.yaml | 15 on a fuel gauge chip. The battery node should be used where there is 27 Batteries must be referenced by chargers and/or fuel-gauges using a phandle. 164 fuel-gauge@22 {
|
| H A D | max17040_battery.txt | 37 battery-fuel-gauge@36 { 46 battery-fuel-gauge@36 {
|
| H A D | sc27xx-fg.txt | 1 Spreadtrum SC27XX PMICs Fuel Gauge Unit Power Supply Bindings 10 - reg: The address offset of fuel gauge unit.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | da9150.txt | 1 Dialog Semiconductor DA9150 Combined Charger/Fuel-Gauge MFD bindings 9 da9150-fg : Battery Fuel-Gauge 53 fuel-gauge { 54 compatible = "dlg,da9150-fuel-gauge";
|
| H A D | max14577.txt | 7 MAX77836 additionally contains PMIC (with two LDO regulators) and Fuel Gauge. 8 For the description of Fuel Gauge low SOC alert interrupt see:
|
| /OK3568_Linux_fs/u-boot/drivers/power/mfd/ |
| H A D | fg_max77693.c | 54 puts("Can't find max77693 fuel gauge\n"); in power_update_battery() 76 puts("Can't find max77693 fuel gauge\n"); in power_check_battery() 126 debug("Board Fuel Gauge init\n"); in power_fg_init()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-platform-dptf | 81 fuel gauge in milli Ohms. 88 (RO) The no-load voltage that can be obtained from battery fuel gauge in 96 (RO) The battery discharge current capability obtained from battery fuel gauge in
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | Kconfig | 10 The nodes of Origin, Onyx, Fuel and Tezro systems can be configured 18 The nodes of Origin, Onyx, Fuel and Tezro systems can be configured
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | max8997.h | 10 * MAX8997 has PMIC, MUIC, HAPTIC, RTC, FLASH, and Fuel Gauge devices. 11 * Except Fuel Gauge, every device shares the same I2C bus and included in 12 * this mfd driver. Although the fuel gauge is included in the chip, it is
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | intel_cht_int33fe_microb.c | 13 * 2. TI BQ27542 Fuel Gauge Controller 16 * instantiate i2c-client for battery fuel gauge, so that standard i2c driver
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | charge_animation.c | 476 * Call the fuel/charge again to update something specific in sys_shutdown() 480 * fuel/charge need to update something before shutdown. in sys_shutdown() 531 * Just for fuel gauge to update something important, in charge_extrem_low_power() 699 * At the most time, fuel gauge is usually a i2c device, we in charge_animation_show() 701 * poll seconds to update fuel gauge info. in charge_animation_show() 711 * Most fuel gauge is I2C interface, it shouldn't be interrupted in charge_animation_show() 713 * we should disable local irq when update fuel gauge. in charge_animation_show() 1081 /* Get fuel gauge and charger(If need) */ in charge_animation_probe()
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | charger-manager.rst | 140 fuel gauges or charger devices/chips. 158 get battery presence information from fuel gauge. 175 Power-supply-class name of the fuel gauge.
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/abx500/ |
| H A D | ab8500-bm.h | 228 /* Fuel Gauge constants */ 303 * struct ab8500_fg_parameters - Fuel gauge algorithm parameters, in seconds 424 * @fg_params fuel gauge parameters
|
| /OK3568_Linux_fs/kernel/include/linux/power/ |
| H A D | charger-manager.h | 147 * @psy_fuel_gauge: the name of power-supply for fuel gauge 203 * @fuel_gauge: power_supply for fuel gauge
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | dlg,da9150-gpadc.yaml | 14 DA9150 Charger & Fuel-Gauge IC.
|