Home
last modified time | relevance | path

Searched refs:ocv_table_size (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/power/supply/
H A Dsamsung-sdi-battery.c667 .ocv_table_size[0] = ARRAY_SIZE(samsung_ocv_cap_1500mah),
711 .ocv_table_size[0] = ARRAY_SIZE(samsung_ocv_cap_1500mah),
755 .ocv_table_size[0] = ARRAY_SIZE(samsung_ocv_cap_1500mah),
798 .ocv_table_size[0] = ARRAY_SIZE(samsung_ocv_cap_eb485159lu),
843 .ocv_table_size[0] = ARRAY_SIZE(samsung_ocv_cap_eb535151vu),
887 .ocv_table_size[0] = ARRAY_SIZE(samsung_ocv_cap_eb585157lu),
H A Dab8500_bmdata.c221 bi->ocv_table_size[0] = ARRAY_SIZE(ocv_cap_tbl); in ab8500_bm_of_probe()
H A Dpower_supply_core.c667 info->ocv_table_size[index] = -EINVAL; in power_supply_get_battery_info()
779 info->ocv_table_size[index] = tab_len; in power_supply_get_battery_info()
1145 *table_len = info->ocv_table_size[best_index]; in power_supply_find_ocv2cap_table()
/linux/include/linux/
H A Dpower_supply.h760 int ocv_table_size[POWER_SUPPLY_OCV_TEMP_MAX]; member