pv88090_buck_vol 71 drivers/regulator/pv88090-regulator.c static const struct pv88090_buck_voltage pv88090_buck_vol[3] = { pv88090_buck_vol 368 drivers/regulator/pv88090-regulator.c = pv88090_buck_vol[index].min_uV; pv88090_buck_vol 370 drivers/regulator/pv88090-regulator.c = pv88090_buck_vol[index].uV_step; pv88090_buck_vol 372 drivers/regulator/pv88090-regulator.c = ((pv88090_buck_vol[index].max_uV) pv88090_buck_vol 373 drivers/regulator/pv88090-regulator.c - (pv88090_buck_vol[index].min_uV)) pv88090_buck_vol 374 drivers/regulator/pv88090-regulator.c /(pv88090_buck_vol[index].uV_step) + 1;