Searched refs:vin (Results 1 – 1 of 1) sorted by relevance
145 int vin = pdata->supply; in tps65910_regulator_get_value() local151 vout = (vin >= *(rgp->vin_min + sel)) ? *(rgp->vout + sel) : 0; in tps65910_regulator_get_value()160 int vin; in tps65910_ldo_get_value() local164 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() local225 if (vin < 2500000) in tps65910_ldo_set_value()
Completed in 3 milliseconds