Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dbq24190_charger.c215 static const int bq24190_cvc_vreg_values[] = { variable
691 bq24190_cvc_vreg_values, in bq24190_set_config()
692 ARRAY_SIZE(bq24190_cvc_vreg_values), in bq24190_set_config()
1074 bq24190_cvc_vreg_values, in bq24190_charger_get_voltage()
1075 ARRAY_SIZE(bq24190_cvc_vreg_values), &voltage); in bq24190_charger_get_voltage()
1093 bq24190_cvc_vreg_values, in bq24190_charger_set_voltage()
1094 ARRAY_SIZE(bq24190_cvc_vreg_values), val->intval); in bq24190_charger_set_voltage()
1742 idx = ARRAY_SIZE(bq24190_cvc_vreg_values) - 1; in bq24190_get_config()
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()