Lines Matching refs:bq25890_find_val
405 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()
696 maxval = bq25890_find_val(bq->init_data.ichg, TBL_ICHG); in bq25890_power_supply_set_property()
700 maxval = bq25890_find_val(bq->init_data.vreg, TBL_VREG); in bq25890_power_supply_set_property()