Searched refs:TBL_VREG (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/power/supply/ |
D | bq25890_charger.c | 281 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()
|