Searched refs:resist_table_size (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/power/supply/
H A Dab8500_bmdata.c207 bi->resist_table_size = ARRAY_SIZE(temp_to_batres_tbl_thermistor);
H A Dsamsung-sdi-battery.c663 .resist_table_size = ARRAY_SIZE(samsung_temp2res),
707 .resist_table_size = ARRAY_SIZE(samsung_temp2res),
751 .resist_table_size = ARRAY_SIZE(samsung_temp2res),
794 .resist_table_size = ARRAY_SIZE(samsung_temp2res),
839 .resist_table_size = ARRAY_SIZE(samsung_temp2res),
883 .resist_table_size = ARRAY_SIZE(samsung_temp2res),
H A Dpower_supply_core.c801 info->resist_table_size = len / (2 * sizeof(__be32));
803 info->resist_table_size,
812 for (index = 0; index < info->resist_table_size; index++) {
H A Dsc27xx_fuel_gauge.c1031 data->resist_table_len = info->resist_table_size;
H A Dab8500_fg.c904 bi->resist_table_size,
/linux-master/include/linux/
H A Dpower_supply.h550 * @resist_table_size: the number of items in the resist_table.
762 int resist_table_size; member in struct:power_supply_battery_info
850 info->resist_table_size > 0);

Completed in 120 milliseconds