Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dtps51632-regulator.c116 vsel = TPS51632_VOLT_VSEL(pdata->base_voltage_uV); in tps51632_init_dcdc()
234 pdata->base_voltage_uV = pdata->reg_init_data->constraints.min_uV ? : in of_get_tps51632_platform_data()
282 if ((pdata->base_voltage_uV < TPS51632_MIN_VOLTAGE) || in tps51632_probe()
283 (pdata->base_voltage_uV > TPS51632_MAX_VOLTAGE)) { in tps51632_probe()
284 dev_err(&client->dev, "Invalid base_voltage_uV setting\n"); in tps51632_probe()
/linux/include/linux/regulator/
H A Dtps51632-regulator.h23 * @base_voltage_uV: Base voltage when PWM-DVFS enabled.
30 int base_voltage_uV; member