Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/charge/
H A Dbq25890_charger.c40 TBL_ICHG, enumerator
92 [TBL_ICHG] = { .rt = {0, 5056000, 64000} }, /* uA */
235 u8 charge_current = bq25890_find_idx(BQ25890_CHARGE_CURRENT_1500MA * 1000, TBL_ICHG); in bq25890_charger_current_init()
265 TBL_ICHG); in bq25890_charger_current_init()
H A Dbq25700_charger.c47 TBL_ICHG, enumerator
103 [TBL_ICHG] = { .rt = {0, 8128000, 64000} },
234 TBL_ICHG); in bq25700_charger_current_init()
283 TBL_ICHG); in bq25703_charger_current_init()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsc89890_charger.c263 TBL_ICHG, enumerator
305 [TBL_ICHG] = { .rt = {0, 5056000, 64000} }, /* uA */
532 val->intval = sc89890_find_val(sc89890->init_data.ichg, TBL_ICHG); in sc89890_power_supply_get_property()
605 index = sc89890_find_idx(val->intval, TBL_ICHG); in sc89890_power_supply_set_property()
983 {"sc,charge-current", false, TBL_ICHG, &init->ichg}, in sc89890_fw_read_u32_props()
H A Dbq25890_charger.c270 TBL_ICHG, enumerator
314 [TBL_ICHG] = { .rt = {0, 5056000, 64000} }, /* uA */
491 val->intval = bq25890_find_val(bq->init_data.ichg, TBL_ICHG); in bq25890_power_supply_get_property()
881 {"ti,charge-current", false, TBL_ICHG, &init->ichg}, in bq25890_fw_read_u32_props()
947 ichg = bq25890_find_idx(cur, TBL_ICHG); in bq25890_set_pd_param()
H A Dbq25700_charger.c489 TBL_ICHG, enumerator
521 [TBL_ICHG] = { .rt = {0, 8128000, 64000} },
874 idx = bq25700_find_idx(current_value, TBL_ICHG); in bq25700_charger_set_current()
901 {"ti,charge-current", false, TBL_ICHG, in bq25700_fw_read_u32_props()
930 if ((props[i].tbl_id == TBL_ICHG) && in bq25700_fw_read_u32_props()
1180 val->intval = bq25700_tables[TBL_ICHG].rt.max; in bq25700_power_supply_get_property()
1305 chr_idx = bq25700_find_idx(prop.intval, TBL_ICHG); in bq2570x_pd_notifier_call()