Searched refs:TBL_ICHG (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/power/supply/ |
D | bq25890_charger.c | 278 TBL_ICHG, enumerator 345 [TBL_ICHG] = { .rt = {0, 5056000, 64000} }, /* uA */ 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() 696 maxval = bq25890_find_val(bq->init_data.ichg, TBL_ICHG); in bq25890_power_supply_set_property() 697 lval = bq25890_find_idx(min(val->intval, maxval), TBL_ICHG); in bq25890_power_supply_set_property() 1354 {"ti,charge-current", false, TBL_ICHG, &init->ichg}, in bq25890_fw_read_u32_props()
|