Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/power/supply/
Dbq25890_charger.c405 static u32 bq25890_find_val(u8 idx, enum bq25890_table_ids id) in bq25890_find_val() function
464 return bq25890_find_val(ret, TBL_VBUSV); in bq25890_get_vbus_voltage()
553 val->intval = bq25890_find_val(bq->init_data.iprechg, TBL_ITERM); in bq25890_power_supply_get_property()
557 val->intval = bq25890_find_val(bq->init_data.iterm, TBL_ITERM); in bq25890_power_supply_get_property()
565 val->intval = bq25890_find_val(ret, TBL_IINLIM); in bq25890_power_supply_get_property()
598 val->intval = bq25890_find_val(ret, TBL_ICHG); in bq25890_power_supply_get_property()
621 val->intval = bq25890_find_val(bq->init_data.ichg, TBL_ICHG); in bq25890_power_supply_get_property()
655 val->intval = bq25890_find_val(ret, TBL_VREG); in bq25890_power_supply_get_property()
666 val->intval = bq25890_find_val(bq->init_data.vreg, TBL_VREG); in bq25890_power_supply_get_property()
675 val->intval = bq25890_find_val(ret, TBL_TSPCT); in bq25890_power_supply_get_property()
[all …]