max_voltage_uV 140 drivers/regulator/tps51632-regulator.c if (pdata->max_voltage_uV) { max_voltage_uV 154 drivers/regulator/tps51632-regulator.c vsel = TPS51632_VOLT_VSEL(pdata->max_voltage_uV); max_voltage_uV 250 drivers/regulator/tps51632-regulator.c pdata->max_voltage_uV = pdata->reg_init_data->constraints.max_uV ? : max_voltage_uV 313 drivers/regulator/tps51632-regulator.c if ((pdata->max_voltage_uV) && max_voltage_uV 314 drivers/regulator/tps51632-regulator.c ((pdata->max_voltage_uV < TPS51632_MIN_VOLTAGE) || max_voltage_uV 315 drivers/regulator/tps51632-regulator.c (pdata->max_voltage_uV > TPS51632_MAX_VOLTAGE))) { max_voltage_uV 29 include/linux/regulator/tps51632-regulator.h int max_voltage_uV;