__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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 */ /* * Copyright (C) 2010, Lars-Peter Clausen <[email protected]> */ #ifndef __LINUX_POWER_GPIO_CHARGER_H__ #define __LINUX_POWER_GPIO_CHARGER_H__ #include <linux/power_supply.h> #include <linux/types.h> /** * struct gpio_charger_platform_data - platform_data for gpio_charger devices * @name: Name for the chargers power_supply device * @type: Type of the charger * @supplied_to: Array of battery names to which this chargers supplies power * @num_supplicants: Number of entries in the supplied_to array */ struct gpio_charger_platform_data { const char *name; enum power_supply_type type; char **supplied_to; size_t num_supplicants; }; #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 |
|