Home
last modified time | relevance | path

Searched refs:bq25700_find_idx (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Dbq25700_charger.c840 static u32 bq25700_find_idx(u32 value, enum bq25700_table_ids id) in bq25700_find_idx() function
867 idx = bq25700_find_idx(current_value, TBL_ICHG); in bq25700_charger_set_current()
872 idx = bq25700_find_idx(current_value, TBL_INPUTCUR); in bq25700_charger_set_current()
949 *props[i].conv_data = bq25700_find_idx(property, in bq25700_fw_read_u32_props()
1275 cur_idx = bq25700_find_idx(prop.intval, TBL_INPUTCUR); in bq2570x_pd_notifier_call()
1280 vol_idx = bq25700_find_idx((prop.intval - 1280000 - 3200000), TBL_INPUTVOL); in bq2570x_pd_notifier_call()
1285 chr_idx = bq25700_find_idx(prop.intval, TBL_ICHG); in bq2570x_pd_notifier_call()
1561 vol_idx = bq25700_find_idx(DEFAULT_INPUTVOL, TBL_INPUTVOL); in bq25700_discnt()
1701 cur_idx = bq25700_find_idx(prop.intval, TBL_INPUTCUR); in bq25700_register_pd_nb()
1702 vol_idx = bq25700_find_idx((pro in bq25700_register_pd_nb()
[all...]

Completed in 3 milliseconds