Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/power/supply/
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()
1004 bq24190_ccc_ichg_values, in bq24190_charger_get_current()
1005 ARRAY_SIZE(bq24190_ccc_ichg_values), &curr); in bq24190_charger_get_current()
1044 bq24190_ccc_ichg_values, in bq24190_charger_set_current()
1045 ARRAY_SIZE(bq24190_ccc_ichg_values), curr); in bq24190_charger_set_current()
1725 idx = ARRAY_SIZE(bq24190_ccc_ichg_values) - 1; in bq24190_get_config()
1726 bdi->ichg_max = bq24190_ccc_ichg_values[idx]; in bq24190_get_config()
1759 if (v >= bq24190_ccc_ichg_values[0] && v <= bdi->ichg_max) in bq24190_get_config()