Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/power/supply/
Dbq25890_charger.c395 static u32 bq25890_find_val(u8 idx, enum bq25890_table_ids id) in bq25890_find_val() function
454 return bq25890_find_val(ret, TBL_VBUSV); in bq25890_get_vbus_voltage()
533 val->intval = bq25890_find_val(bq->init_data.ichg, TBL_ICHG); in bq25890_power_supply_get_property()
563 val->intval = bq25890_find_val(bq->init_data.vreg, TBL_VREG); in bq25890_power_supply_get_property()
567 val->intval = bq25890_find_val(bq->init_data.iprechg, TBL_ITERM); in bq25890_power_supply_get_property()
571 val->intval = bq25890_find_val(bq->init_data.iterm, TBL_ITERM); in bq25890_power_supply_get_property()
579 val->intval = bq25890_find_val(ret, TBL_IINLIM); in bq25890_power_supply_get_property()
606 val->intval = bq25890_find_val(ret, TBL_TSPCT); in bq25890_power_supply_get_property()