Home
last modified time | relevance | path

Searched refs:max_voltage_uV (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/regulator/
A Dtps51632-regulator.c140 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()
/linux/include/linux/regulator/
A Dtps51632-regulator.h29 int max_voltage_uV; member

Completed in 5 milliseconds