Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dbq24190_charger.c203 static const int bq24190_ccc_ichg_values[] = { variable
680 bq24190_ccc_ichg_values, in bq24190_set_config()
681 ARRAY_SIZE(bq24190_ccc_ichg_values), in bq24190_set_config()
1017 bq24190_ccc_ichg_values, in bq24190_charger_get_current()
1018 ARRAY_SIZE(bq24190_ccc_ichg_values), &curr); in bq24190_charger_get_current()
1057 bq24190_ccc_ichg_values, in bq24190_charger_set_current()
1058 ARRAY_SIZE(bq24190_ccc_ichg_values), curr); in bq24190_charger_set_current()
1739 idx = ARRAY_SIZE(bq24190_ccc_ichg_values) - 1; in bq24190_get_config()
1740 bdi->ichg_max = bq24190_ccc_ichg_values[idx]; in bq24190_get_config()
1773 if (v >= bq24190_ccc_ichg_values[0] && v <= bdi->ichg_max) in bq24190_get_config()