Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/power/supply/
H A Dbq25890_charger.c281 TBL_VREG, enumerator
348 [TBL_VREG] = { .rt = {3840000, 4608000, 16000} }, /* uV */
655 val->intval = bq25890_find_val(ret, TBL_VREG); in bq25890_power_supply_get_property()
666 val->intval = bq25890_find_val(bq->init_data.vreg, TBL_VREG); in bq25890_power_supply_get_property()
700 maxval = bq25890_find_val(bq->init_data.vreg, TBL_VREG); in bq25890_power_supply_set_property()
701 lval = bq25890_find_idx(min(val->intval, maxval), TBL_VREG); in bq25890_power_supply_set_property()
1355 {"ti,battery-regulation-voltage", false, TBL_VREG, &init->vreg}, in bq25890_fw_read_u32_props()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dbq25890_charger.c260 TBL_VREG, enumerator
303 [TBL_VREG] = { .rt = {3840000, 4608000, 16000} }, /* uV */
494 val->intval = bq25890_find_val(bq->init_data.vreg, TBL_VREG); in bq25890_power_supply_get_property()
862 {"ti,battery-regulation-voltage", false, TBL_VREG, &init->vreg}, in bq25890_fw_read_u32_props()

Completed in 4 milliseconds