Home
last modified time | relevance | path

Searched refs:power_supply_ocv2cap_simple (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dsc27xx_fuel_gauge.c333 *cap = power_supply_ocv2cap_simple(data->cap_table, data->table_len, in sc27xx_fgu_get_boot_capacity()
829 int cur_cap = power_supply_ocv2cap_simple(data->cap_table, in sc27xx_fgu_capacity_calibration()
850 cur_cap = power_supply_ocv2cap_simple(data->cap_table, in sc27xx_fgu_capacity_calibration()
864 data->alarm_cap = power_supply_ocv2cap_simple(data->cap_table, in sc27xx_fgu_capacity_calibration()
1025 data->alarm_cap = power_supply_ocv2cap_simple(data->cap_table, in sc27xx_fgu_hw_init()
H A Dpower_supply_core.c1094 int power_supply_ocv2cap_simple(struct power_supply_battery_ocv_table *table, in power_supply_ocv2cap_simple() function
1117 EXPORT_SYMBOL_GPL(power_supply_ocv2cap_simple);
1157 return power_supply_ocv2cap_simple(table, table_len, ocv); in power_supply_batinfo_ocv2cap()
/openbmc/linux/include/linux/
H A Dpower_supply.h806 extern int power_supply_ocv2cap_simple(struct power_supply_battery_ocv_table *table,