Searched refs:vdd_uv (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/opp/
H A Dti-opp-supply.c227 unsigned long vdd_uv, uv_max; local
230 vdd_uv = new_target_uv;
232 vdd_uv = supply->u_volt;
247 if (vdd_uv > uv_max ||
248 vdd_uv < supply->u_volt_min ||
252 supply->u_volt_min, vdd_uv, uv_max);
257 vdd_uv, supply->u_volt_min,
262 vdd_uv,
266 reg_name, vdd_uv, supply->u_volt_min,
286 int vdd_uv; local
[all...]
/linux-master/drivers/input/keyboard/
H A Dmpr121_touchkey.c173 struct i2c_client *client, int vdd_uv)
203 * registers are set properly (based on vdd_uv).
205 vdd = vdd_uv / 1000;
237 int vdd_uv; local
248 vdd_uv = regulator_get_voltage(vdd_supply);
290 error = mpr121_phys_init(mpr121, client, vdd_uv);
172 mpr121_phys_init(struct mpr121_touchkey *mpr121, struct i2c_client *client, int vdd_uv) argument
/linux-master/drivers/iio/adc/
H A Dstm32-adc-core.c97 * @vdd_uv: vdd supply voltage (microvolts)
115 int vdd_uv; member in struct:stm32_adc_priv
473 if (priv->syscfg && priv->vdd_uv > 2700000) {
519 if (priv->syscfg && priv->vdd_uv > 2700000) {
656 priv->vdd_uv = ret;

Completed in 216 milliseconds