Searched refs:vdd_uv (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/opp/ |
| H A D | ti-opp-supply.c | 226 unsigned long vdd_uv, uv_max; in _opp_set_voltage() local 229 vdd_uv = new_target_uv; in _opp_set_voltage() 231 vdd_uv = supply->u_volt; in _opp_set_voltage() 246 if (vdd_uv > uv_max || in _opp_set_voltage() 247 vdd_uv < supply->u_volt_min || in _opp_set_voltage() 251 supply->u_volt_min, vdd_uv, uv_max); in _opp_set_voltage() 256 vdd_uv, supply->u_volt_min, in _opp_set_voltage() 261 vdd_uv, in _opp_set_voltage() 265 reg_name, vdd_uv, supply->u_volt_min, in _opp_set_voltage() 285 int vdd_uv; in ti_opp_config_regulators() local [all …]
|
| /linux/drivers/input/keyboard/ |
| H A D | mpr121_touchkey.c | 137 struct i2c_client *client, int vdd_uv) in mpr121_phys_init() argument 169 vdd = vdd_uv / 1000; in mpr121_phys_init() 200 int vdd_uv; in mpr_touchkey_probe() local 207 vdd_uv = devm_regulator_get_enable_read_voltage(dev, "vdd"); in mpr_touchkey_probe() 208 if (vdd_uv < 0) in mpr_touchkey_probe() 209 return dev_err_probe(dev, vdd_uv, "failed to get vdd voltage\n"); in mpr_touchkey_probe() 251 error = mpr121_phys_init(mpr121, client, vdd_uv); in mpr_touchkey_probe()
|
| /linux/drivers/iio/adc/ |
| H A D | stm32-adc-core.c | 115 int vdd_uv; member 472 if (priv->syscfg && priv->vdd_uv > 2700000) { in stm32_adc_core_switches_supply_en() 518 if (priv->syscfg && priv->vdd_uv > 2700000) { in stm32_adc_core_switches_supply_dis() 653 priv->vdd_uv = ret; in stm32_adc_core_switches_probe()
|