Home
last modified time | relevance | path

Searched refs:charge_term_current_ua (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dab8500_bmdata.c177 if (bi->charge_term_current_ua) in ab8500_bm_of_probe()
179 bi->charge_term_current_ua = 200000; in ab8500_bm_of_probe()
H A Dsamsung-sdi-battery.c650 .charge_term_current_ua = 200000,
694 .charge_term_current_ua = 200000,
738 .charge_term_current_ua = 200000,
781 .charge_term_current_ua = 200000,
826 .charge_term_current_ua = 200000,
870 .charge_term_current_ua = 120000,
H A Dpower_supply_core.c636 info->charge_term_current_ua = -EINVAL; in power_supply_get_battery_info()
703 &info->charge_term_current_ua); in power_supply_get_battery_info()
882 return info->charge_term_current_ua >= 0; in power_supply_battery_info_has_prop()
935 val->intval = info->charge_term_current_ua; in power_supply_battery_info_get_prop()
H A Drk817_charger.c995 chg_term_ma = bat_info->charge_term_current_ua / 1000; in rk817_battery_init()
1154 (bat_info->charge_term_current_ua <= 0)) { in rk817_charger_probe()
H A Drt5033_charger.c398 chg->eoc_uamp = info->charge_term_current_ua; in rt5033_charger_dt_init()
H A Dsc2731_charger.c393 term_currrent = bat_info->charge_term_current_ua / 1000; in sc2731_charger_hw_init()
H A Dsmb347-charger.c1308 if (info->charge_term_current_ua != -EINVAL) in smb347_get_battery_info()
1309 smb->termination_current = info->charge_term_current_ua; in smb347_get_battery_info()
H A Dbq256xx_charger.c1604 bat_info->charge_term_current_ua = in bq256xx_hw_init()
1644 bat_info->charge_term_current_ua); in bq256xx_hw_init()
H A Dbd99954-charger.c907 battery_inits[3].info_data = &info->charge_term_current_ua; in bd9995x_fw_probe()
H A Dab8500_chargalg.c732 di->bm->bi->charge_term_current_ua && in ab8500_chargalg_end_of_charge()
H A Dbq24190_charger.c1763 v = info->charge_term_current_ua / 1000; in bq24190_get_config()
/openbmc/linux/include/linux/
H A Dpower_supply.h738 int charge_term_current_ua; member