Home
last modified time | relevance | path

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

/drivers/power/regulator/
A Dtps65910_regulator.c145 int vin = pdata->supply; in tps65910_regulator_get_value() local
151 vout = (vin >= *(rgp->vin_min + sel)) ? *(rgp->vout + sel) : 0; in tps65910_regulator_get_value()
160 int vin; in tps65910_ldo_get_value() local
164 vin = pdata->supply; in tps65910_ldo_get_value()
169 return (vin >= 2500000) ? 1830000 : 0; in tps65910_ldo_get_value()
220 int vin = pdata->supply; in tps65910_ldo_set_value() local
225 if (vin < 2500000) in tps65910_ldo_set_value()

Completed in 3 milliseconds