Home
last modified time | relevance | path

Searched refs:charge_term_current_ua (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/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.c638 info->charge_term_current_ua = -EINVAL; in power_supply_get_battery_info()
705 &info->charge_term_current_ua); in power_supply_get_battery_info()
884 return info->charge_term_current_ua >= 0; in power_supply_battery_info_has_prop()
937 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 Dsc2731_charger.c393 term_currrent = bat_info->charge_term_current_ua / 1000; in sc2731_charger_hw_init()
H A Drt5033_charger.c398 chg->eoc_uamp = info->charge_term_current_ua; in rt5033_charger_dt_init()
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 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 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()
/kernel/linux/linux-5.10/include/linux/
H A Dpower_supply.h362 int charge_term_current_ua; /* microAmps */ member
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dsmb347-charger.c1258 if (info.charge_term_current_ua != -EINVAL) in smb347_get_battery_info()
1259 smb->termination_current = info.charge_term_current_ua; in smb347_get_battery_info()
H A Dsc2731_charger.c393 term_currrent = bat_info.charge_term_current_ua / 1000; in sc2731_charger_hw_init()
H A Dpower_supply_core.c586 info->charge_term_current_ua = -EINVAL; in power_supply_get_battery_info()
643 &info->charge_term_current_ua); in power_supply_get_battery_info()
H A Dbd99954-charger.c912 .info_data = &info.charge_term_current_ua, in bd9995x_fw_probe()
H A Dbq24190_charger.c1698 v = info.charge_term_current_ua / 1000; in bq24190_get_config()
/kernel/linux/linux-6.6/include/linux/
H A Dpower_supply.h379 * below charge_term_current_ua, and then restart it (if the device is still
397 * reaching charge_term_current_ua to hold up the charge in the battery while
465 * @charge_term_current_ua: when the current in the CV (constant voltage)
613 * | ... precharge_current_ua ....... charge_term_current_ua
647 * will slowly drop and when we reach charge_term_current_ua we will
738 int charge_term_current_ua; member

Completed in 28 milliseconds