Searched refs:rgp (Results 1 – 1 of 1) sorted by relevance
140 const struct regulator_props *rgp) in tps65910_regulator_get_value() argument146 val = pmic_reg_read(dev->parent, rgp->reg); in tps65910_regulator_get_value()150 vout = (vin >= *(rgp->vin_min + sel)) ? *(rgp->vout + sel) : 0; in tps65910_regulator_get_value()