Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dab8500_bmdata.c174 if (bi->constant_charge_voltage_max_uv < 0) in ab8500_bm_of_probe()
175 bi->constant_charge_voltage_max_uv = 4100000; in ab8500_bm_of_probe()
H A Dug3105_battery.c106 int full = chip->info->constant_charge_voltage_max_uv - UG3105_FULL_BAT_HYST_UV; in ug3105_get_status()
167 if (chip->info->constant_charge_voltage_max_uv >= 4300000) in ug3105_get_capacity()
413 chip->info->constant_charge_voltage_max_uv == -EINVAL) { in ug3105_probe()
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; in cpcap_battery_full()
686 val->intval = ddata->config.bat.constant_charge_voltage_max_uv; in cpcap_battery_get_property()
839 ddata->config.bat.constant_charge_voltage_max_uv = val->intval; in cpcap_battery_set_property()
H A Dpower_supply_core.c640 info->constant_charge_voltage_max_uv = -EINVAL; in power_supply_get_battery_info()
713 &info->constant_charge_voltage_max_uv); in power_supply_get_battery_info()
888 return info->constant_charge_voltage_max_uv >= 0; in power_supply_battery_info_has_prop()
943 val->intval = info->constant_charge_voltage_max_uv; in power_supply_battery_info_get_prop()
H A Drt5033_charger.c400 chg->const_uvolt = info->constant_charge_voltage_max_uv; in rt5033_charger_dt_init()
H A Drk817_charger.c923 max_chg_vol_mv = bat_info->constant_charge_voltage_max_uv / 1000; in rk817_battery_init()
1152 (bat_info->constant_charge_voltage_max_uv <= 0) || in rk817_charger_probe()
H A Dab8500_chargalg.c335 bi->constant_charge_voltage_max_uv, in ab8500_chargalg_check_charger_enable()
339 bi->constant_charge_voltage_max_uv, in ab8500_chargalg_check_charger_enable()
1421 bi->constant_charge_voltage_max_uv, in ab8500_chargalg_algorithm()
H A Dsc2731_charger.c402 term_voltage = bat_info->constant_charge_voltage_max_uv / 1000; in sc2731_charger_hw_init()
H A Dsmb347-charger.c1302 if (info->constant_charge_voltage_max_uv != -EINVAL) in smb347_get_battery_info()
1303 smb->max_charge_voltage = info->constant_charge_voltage_max_uv; in smb347_get_battery_info()
H A Dbq256xx_charger.c1598 bat_info->constant_charge_voltage_max_uv = in bq256xx_hw_init()
1617 bat_info->constant_charge_voltage_max_uv; in bq256xx_hw_init()
H A Dbd99954-charger.c911 battery_inits[7].info_data = &info->constant_charge_voltage_max_uv; in bd9995x_fw_probe()
H A Dbq2515x_charger.c975 bat_info->constant_charge_voltage_max_uv; in bq2515x_hw_init()
H A Dsc27xx_fuel_gauge.c1005 data->max_volt = info->constant_charge_voltage_max_uv / 1000; in sc27xx_fgu_hw_init()
H A Dbq25980_charger.c1116 bq->init_data.vreg_max = bat_info->constant_charge_voltage_max_uv; in bq25980_hw_init()
H A Dbq24190_charger.c1776 v = info->constant_charge_voltage_max_uv; in bq24190_get_config()
/openbmc/linux/include/linux/
H A Dpower_supply.h742 int constant_charge_voltage_max_uv; member