Searched refs:vout (Results 1 – 1 of 1) sorted by relevance
| /drivers/power/regulator/ |
| A D | tps65910_regulator.c | 29 int vout[VOUT_CHOICE_COUNT]; member 35 .vout = { 1200000, 1500000, 1800000, 2700000 }, 41 .vout = { 1000000, 1100000, 1200000, 1800000 }, 47 .vout = { 1000000, 1100000, 1800000, 2500000 }, 143 int sel, val, vout; in tps65910_regulator_get_value() local 151 vout = (vin >= *(rgp->vin_min + sel)) ? *(rgp->vout + sel) : 0; in tps65910_regulator_get_value() 152 vout = ((val & TPS65910_SUPPLY_STATE_MASK) == 1) ? vout : 0; in tps65910_regulator_get_value() 154 return vout; in tps65910_regulator_get_value() 201 if (uV == *(ldo->vout + sel)) in tps65910_regulator_set_value() 382 int vout; in tps65910_boost_get_value() local [all …]
|
Completed in 6 milliseconds