Searched refs:charge_full_design (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | ab8500_bmdata.c | 200 .charge_full_design = 612, 227 .charge_full_design = 900, 255 .charge_full_design = 900, 286 .charge_full_design = 612, 318 .charge_full_design = 900, 345 .charge_full_design = 950, 372 .charge_full_design = 950, 518 bm->bat_type[BATTERY_UNKNOWN].charge_full_design = 2600; in ab8500_bm_of_probe()
|
H A D | generic-adc-battery.c | 109 if (adc_bat->level == bat_info->charge_full_design) in gab_get_status() 192 val->intval = bat_info->charge_full_design; in gab_get_property()
|
H A D | cpcap-battery.c | 533 val->intval = ddata->config.info.charge_full_design; in cpcap_battery_get_property() 827 .info.charge_full_design = 1740000,
|
H A D | ab8500_fg.c | 2078 * charge_full_design: capacity where battery is considered full 2242 b->charge_full_design; in ab8500_fg_get_ext_psy_data() 3083 di->bm->bat_type[di->bm->batt_id].charge_full_design; in ab8500_fg_probe()
|
/kernel/linux/linux-5.10/drivers/staging/nvec/ |
H A D | nvec_power.c | 34 int charge_full_design; member 187 power->charge_full_design = res->plu * 1000; in nvec_power_bat_notifier() 267 val->intval = power->charge_full_design; in nvec_battery_get_property()
|
/kernel/linux/linux-6.6/drivers/staging/nvec/ |
H A D | nvec_power.c | 34 int charge_full_design; member 187 power->charge_full_design = res->plu * 1000; in nvec_power_bat_notifier() 267 val->intval = power->charge_full_design; in nvec_battery_get_property()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | cpcap-battery.c | 372 .info.charge_full_design = 1740000, 382 .info.charge_full_design = 2760000, 395 .info.charge_full_design = 3000000, 776 val->intval = ddata->config.info.charge_full_design; in cpcap_battery_get_property() 845 if (val->intval > (6*ddata->config.info.charge_full_design)/5) in cpcap_battery_set_property()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | abx500.h | 140 * @charge_full_design: Maximum battery capacity in mAh 169 int charge_full_design; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | power_supply.h | 326 int charge_full_design; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | power_supply.h | 336 int charge_full_design; member
|
Completed in 13 milliseconds