__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Dumb driver for LiIon batteries using TWL4030 madc. * * Copyright 2013 Golden Delicious Computers * Nikolaus Schaller <[email protected]> */ #ifndef __TWL4030_MADC_BATTERY_H #define __TWL4030_MADC_BATTERY_H /* * Usually we can assume 100% @ 4.15V and 0% @ 3.3V but curves differ for * charging and discharging! */ struct twl4030_madc_bat_calibration { short voltage; /* in mV - specify -1 for end of list */ short level; /* in percent (0 .. 100%) */ }; struct twl4030_madc_bat_platform_data { unsigned int capacity; /* total capacity in uAh */ struct twl4030_madc_bat_calibration *charging; int charging_size; struct twl4030_madc_bat_calibration *discharging; int discharging_size; }; #endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| bq2415x_charger.h | File | 1.45 KB | 0644 |
|
| bq24190_charger.h | File | 305 B | 0644 |
|
| bq24735-charger.h | File | 401 B | 0644 |
|
| bq25890_charger.h | File | 296 B | 0644 |
|
| bq27xxx_battery.h | File | 1.97 KB | 0644 |
|
| charger-manager.h | File | 6.94 KB | 0644 |
|
| gpio-charger.h | File | 708 B | 0644 |
|
| jz4740-battery.h | File | 325 B | 0644 |
|
| max17042_battery.h | File | 6.35 KB | 0644 |
|
| power_on_reason.h | File | 658 B | 0644 |
|
| sbs-battery.h | File | 602 B | 0644 |
|
| smartreflex.h | File | 9.15 KB | 0644 |
|
| twl4030_madc_battery.h | File | 765 B | 0644 |
|