Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dab8500_bmdata.c217 if (!bi->ocv_table[0]) { in ab8500_bm_of_probe()
220 bi->ocv_table[0] = ocv_cap_tbl; in ab8500_bm_of_probe()
H A Dsamsung-sdi-battery.c666 .ocv_table[0] = samsung_ocv_cap_1500mah,
710 .ocv_table[0] = samsung_ocv_cap_1500mah,
754 .ocv_table[0] = samsung_ocv_cap_1500mah,
797 .ocv_table[0] = samsung_ocv_cap_eb485159lu,
842 .ocv_table[0] = samsung_ocv_cap_eb535151vu,
886 .ocv_table[0] = samsung_ocv_cap_eb585157lu,
H A Dug3105_battery.c358 !psy->battery_info->ocv_table[0]) { in ug3105_probe()
/linux/include/linux/
H A Dpower_supply.h565 * @ocv_table: for each entry in ocv_temp there is a corresponding entry in
566 * ocv_table and a size for each entry in ocv_table_size. These arrays
570 * each entry in the array of capacity arrays in ocv_table.
575 * circuit voltage (OCV) that is then used with the ocv_table to calculate
788 const struct power_supply_battery_ocv_table *ocv_table[POWER_SUPPLY_OCV_TEMP_MAX]; member