Searched refs:max_voltage_uV (Results 1 – 2 of 2) sorted by relevance
127 if (pdata->max_voltage_uV) { in tps51632_init_dcdc()141 vsel = TPS51632_VOLT_VSEL(pdata->max_voltage_uV); in tps51632_init_dcdc()237 pdata->max_voltage_uV = pdata->reg_init_data->constraints.max_uV ? : in of_get_tps51632_platform_data()299 if ((pdata->max_voltage_uV) && in tps51632_probe()300 ((pdata->max_voltage_uV < TPS51632_MIN_VOLTAGE) || in tps51632_probe()301 (pdata->max_voltage_uV > TPS51632_MAX_VOLTAGE))) { in tps51632_probe()
29 int max_voltage_uV; member