__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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 */
/*
* Gas Gauge driver for SBS Compliant Gas Gauges
*
* Copyright (c) 2010, NVIDIA Corporation.
*/
#ifndef __LINUX_POWER_SBS_BATTERY_H_
#define __LINUX_POWER_SBS_BATTERY_H_
#include <linux/power_supply.h>
#include <linux/types.h>
/**
* struct sbs_platform_data - platform data for sbs devices
* @i2c_retry_count: # of times to retry on i2c IO failure
* @poll_retry_count: # of times to retry looking for new status after
* external change notification
*/
struct sbs_platform_data {
u32 i2c_retry_count;
u32 poll_retry_count;
};
#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 |
|