Searched refs:TBL_ICHG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | bq25890_charger.c | 257 TBL_ICHG, enumerator 300 [TBL_ICHG] = { .rt = {0, 5056000, 64000} }, /* uA */ 476 val->intval = bq25890_find_val(bq->init_data.ichg, TBL_ICHG); in bq25890_power_supply_get_property() 861 {"ti,charge-current", false, TBL_ICHG, &init->ichg}, in bq25890_fw_read_u32_props()
|
Completed in 4 milliseconds