Lines Matching defs:table
89 * @table_len: the capacity table length
90 * @resist_table_len: the resistance table length
94 * @cap_table: capacity table with corresponding ocv
95 * @resist_table: resistance percent table with corresponding temperature
284 * capacity according to the capacity table.
330 * Parse the capacity table to look up the correct capacity percent
812 * OCV table, or the current capacity is larger than 100,
819 * OCV table, we should force the inititial capacity to 0.
827 * OCV table.
995 struct power_supply_battery_ocv_table *table;
1011 * table in normal temperature 20 Celsius.
1013 table = power_supply_find_ocv2cap_table(&info, 20, &data->table_len);
1014 if (!table)
1017 data->cap_table = devm_kmemdup(data->dev, table,
1018 data->table_len * sizeof(*table),