Searched refs:constant_charge_voltage_max_uv (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/power/supply/
H A Dab8500_bmdata.c174 if (bi->constant_charge_voltage_max_uv < 0)
175 bi->constant_charge_voltage_max_uv = 4100000;
H A Dug3105_battery.c106 int full = chip->info->constant_charge_voltage_max_uv - UG3105_FULL_BAT_HYST_UV;
167 if (chip->info->constant_charge_voltage_max_uv >= 4300000)
413 chip->info->constant_charge_voltage_max_uv == -EINVAL) {
H A Dsamsung-sdi-battery.c649 .constant_charge_voltage_max_uv = 4320000,
693 .constant_charge_voltage_max_uv = 4320000,
737 .constant_charge_voltage_max_uv = 4340000,
780 .constant_charge_voltage_max_uv = 4340000,
825 .constant_charge_voltage_max_uv = 4200000,
869 .constant_charge_voltage_max_uv = 4350000,
H A Dcpcap-battery.c373 .bat.constant_charge_voltage_max_uv = 4200000,
383 .bat.constant_charge_voltage_max_uv = 4200000,
396 .bat.constant_charge_voltage_max_uv = 4200000,
519 vfull = ddata->config.bat.constant_charge_voltage_max_uv - 120000;
686 val->intval = ddata->config.bat.constant_charge_voltage_max_uv;
839 ddata->config.bat.constant_charge_voltage_max_uv = val->intval;
H A Dpower_supply_core.c643 info->constant_charge_voltage_max_uv = -EINVAL;
716 &info->constant_charge_voltage_max_uv);
891 return info->constant_charge_voltage_max_uv >= 0;
946 val->intval = info->constant_charge_voltage_max_uv;
H A Dab8500_chargalg.c335 bi->constant_charge_voltage_max_uv,
339 bi->constant_charge_voltage_max_uv,
1420 bi->constant_charge_voltage_max_uv,
H A Dsc2731_charger.c402 term_voltage = bat_info->constant_charge_voltage_max_uv / 1000;
H A Dsmb347-charger.c1302 if (info->constant_charge_voltage_max_uv != -EINVAL)
1303 smb->max_charge_voltage = info->constant_charge_voltage_max_uv;
H A Drk817_charger.c923 max_chg_vol_mv = bat_info->constant_charge_voltage_max_uv / 1000;
1152 (bat_info->constant_charge_voltage_max_uv <= 0) ||
H A Drt5033_charger.c569 chg->const_uvolt = info->constant_charge_voltage_max_uv;
H A Dbq256xx_charger.c1598 bat_info->constant_charge_voltage_max_uv =
1617 bat_info->constant_charge_voltage_max_uv;
H A Dsc27xx_fuel_gauge.c1005 data->max_volt = info->constant_charge_voltage_max_uv / 1000;
H A Dbd99954-charger.c911 battery_inits[7].info_data = &info->constant_charge_voltage_max_uv;
H A Dbq2515x_charger.c980 bat_info->constant_charge_voltage_max_uv;
H A Dbq25980_charger.c1116 bq->init_data.vreg_max = bat_info->constant_charge_voltage_max_uv;
H A Dbq24190_charger.c1966 v = info->constant_charge_voltage_max_uv;
/linux-master/include/linux/
H A Dpower_supply.h367 * lower than the constant_charge_voltage_max_uv. We can apply this settings
465 * and constant_charge_voltage_max_uv.
482 * constant_charge_voltage_max_uv.
483 * @constant_charge_voltage_max_uv: voltage in microvolts signifying the end of
592 * | .. constant_charge_voltage_max_uv
641 * the constant_charge_voltage_max_uv voltage.
743 int constant_charge_voltage_max_uv; member in struct:power_supply_battery_info

Completed in 209 milliseconds