Searched refs:constant_charge_current_max_ua (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/power/supply/
H A Dab8500_bmdata.c171 if (bi->constant_charge_current_max_ua < 0)
172 bi->constant_charge_current_max_ua = 400000;
H A Dsamsung-sdi-battery.c648 .constant_charge_current_max_ua = 900000,
692 .constant_charge_current_max_ua = 900000,
736 .constant_charge_current_max_ua = 900000,
779 .constant_charge_current_max_ua = 900000,
824 .constant_charge_current_max_ua = 900000,
868 .constant_charge_current_max_ua = 1500000,
H A Dab8500_chargalg.c336 bi->constant_charge_current_max_ua);
340 bi->constant_charge_current_max_ua);
756 di->ccm.original_iset_ua = bi->constant_charge_current_max_ua;
757 di->ccm.current_iset_ua = bi->constant_charge_current_max_ua;
835 bi->constant_charge_current_max_ua);
1415 if (bi->constant_charge_current_max_ua == 0)
1421 bi->constant_charge_current_max_ua);
H A Dpower_supply_core.c642 info->constant_charge_current_max_ua = -EINVAL;
714 &info->constant_charge_current_max_ua);
889 return info->constant_charge_current_max_ua >= 0;
943 val->intval = info->constant_charge_current_max_ua;
H A Daxp20x_battery.c617 int ccc = info->constant_charge_current_max_ua;
H A Dsmb347-charger.c1299 if (info->constant_charge_current_max_ua != -EINVAL)
1300 smb->max_charge_current = info->constant_charge_current_max_ua;
H A Drk817_charger.c924 max_chg_cur_ma = bat_info->constant_charge_current_max_ua / 1000;
1153 (bat_info->constant_charge_current_max_ua <= 0) ||
H A Drt5033_charger.c566 chg->fast_uamp = info->constant_charge_current_max_ua;
H A Dbq256xx_charger.c1595 bat_info->constant_charge_current_max_ua =
1614 bat_info->constant_charge_current_max_ua;
H A Dbd99954-charger.c910 battery_inits[6].info_data = &info->constant_charge_current_max_ua;
H A Dbq2515x_charger.c977 bat_info->constant_charge_current_max_ua;
H A Dbq25980_charger.c1115 bq->init_data.ichg_max = bat_info->constant_charge_current_max_ua;
H A Dbq24190_charger.c1962 v = info->constant_charge_current_max_ua;
/linux-master/include/linux/
H A Dpower_supply.h478 * @constant_charge_current_max_ua: current in microamperes to use in the CC
606 * | ............. constant_charge_current_max_ua
638 * constant_charge_current_max_ua of current to flow into the battery.
742 int constant_charge_current_max_ua; member in struct:power_supply_battery_info

Completed in 345 milliseconds