Home
last modified time | relevance | path

Searched refs:vreg_max (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dbq24190_charger.c174 u32 vreg_max; member
1088 if (val->intval > bdi->vreg_max) in bq24190_charger_set_voltage()
1175 val->intval = bdi->vreg_max; in bq24190_charger_get_property()
1743 bdi->vreg_max = bq24190_cvc_vreg_values[idx]; in bq24190_get_config()
1777 if (v >= bq24190_cvc_vreg_values[0] && v <= bdi->vreg_max) in bq24190_get_config()
1778 bdi->vreg = bdi->vreg_max = v; in bq24190_get_config()
H A Dbq25980_charger.c88 u32 vreg_max; member
622 val->intval = bq->init_data.vreg_max; in bq25980_get_battery_property()
1116 bq->init_data.vreg_max = bat_info->constant_charge_voltage_max_uv; in bq25980_hw_init()