Searched refs:max_voltage_uV (Results 1 – 2 of 2) sorted by relevance
140 if (pdata->max_voltage_uV) { in tps51632_init_dcdc()154 vsel = TPS51632_VOLT_VSEL(pdata->max_voltage_uV); in tps51632_init_dcdc()250 pdata->max_voltage_uV = pdata->reg_init_data->constraints.max_uV ? : in of_get_tps51632_platform_data()313 if ((pdata->max_voltage_uV) && in tps51632_probe()314 ((pdata->max_voltage_uV < TPS51632_MIN_VOLTAGE) || in tps51632_probe()315 (pdata->max_voltage_uV > TPS51632_MAX_VOLTAGE))) { in tps51632_probe()
29 int max_voltage_uV; member
Completed in 5 milliseconds