Home
last modified time | relevance | path

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

/openbmc/linux/drivers/opp/
H A Dti-opp-supply.c226 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 …]
/openbmc/linux/drivers/input/keyboard/
H A Dmpr121_touchkey.c173 struct i2c_client *client, int vdd_uv) in mpr121_phys_init() argument
205 vdd = vdd_uv / 1000; in mpr121_phys_init()
237 int vdd_uv; in mpr_touchkey_probe() local
248 vdd_uv = regulator_get_voltage(vdd_supply); in mpr_touchkey_probe()
290 error = mpr121_phys_init(mpr121, client, vdd_uv); in mpr_touchkey_probe()
/openbmc/linux/drivers/iio/adc/
H A Dstm32-adc-core.c114 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()
655 priv->vdd_uv = ret; in stm32_adc_core_switches_probe()