Home
last modified time | relevance | path

Searched refs:POWER_SUPPLY_OCV_TEMP_MAX (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dpower_supply.h345 #define POWER_SUPPLY_OCV_TEMP_MAX 20 macro
370 int ocv_temp[POWER_SUPPLY_OCV_TEMP_MAX]; /* celsius */
377 struct power_supply_battery_ocv_table *ocv_table[POWER_SUPPLY_OCV_TEMP_MAX];
378 int ocv_table_size[POWER_SUPPLY_OCV_TEMP_MAX];
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
H A Dpower_supply_core.c681 for (index = 0; index < POWER_SUPPLY_OCV_TEMP_MAX; index++) { in power_supply_get_battery_info()
737 } else if (len > POWER_SUPPLY_OCV_TEMP_MAX) { in power_supply_get_battery_info()
808 for (i = 0; i < POWER_SUPPLY_OCV_TEMP_MAX; i++) { in power_supply_put_battery_info()
906 for (i = 0; i < POWER_SUPPLY_OCV_TEMP_MAX; i++) { in power_supply_find_ocv2cap_table()

Completed in 4 milliseconds