Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dsc89890_charger.c265 TBL_IILIM, enumerator
307 [TBL_IILIM] = { .rt = {100000, 3250000, 50000} }, /* uA */
566 val->intval = sc89890_find_val(ret, TBL_IILIM); in sc89890_power_supply_get_property()
612 index = sc89890_find_idx(val->intval, TBL_IILIM); in sc89890_power_supply_set_property()
925 val = sc89890_find_val(ret, TBL_IILIM); in registers_show()
H A Dbq25890_charger.c272 TBL_IILIM, enumerator
316 [TBL_IILIM] = { .rt = {100000, 3250000, 50000} }, /* uA */
525 val->intval = bq25890_find_val(ret, TBL_IILIM); in bq25890_power_supply_get_property()
946 iilim = bq25890_find_idx(cur, TBL_IILIM); in bq25890_set_pd_param()