Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dbq24190_charger.c239 u32 ichg_max; member
1219 if (curr > bdi->ichg_max) in bq24190_charger_set_current()
1336 val->intval = bdi->ichg_max; in bq24190_charger_get_property()
1928 bdi->ichg_max = bq24190_ccc_ichg_values[idx]; in bq24190_get_config()
1961 if (v >= bq24190_ccc_ichg_values[0] && v <= bdi->ichg_max) in bq24190_get_config()
1962 bdi->ichg = bdi->ichg_max = v; in bq24190_get_config()