Lines Matching defs:vcc
64 * @vcc: Regulator supply.
74 struct regulator *vcc;
116 ret = regulator_set_voltage(priv->vcc, 0, INT_MAX);
120 ret = regulator_disable(priv->vcc);
167 ret = regulator_set_voltage(priv->vcc, 1800000, INT_MAX);
173 ret = regulator_enable(priv->vcc);
354 priv->vcc = devm_regulator_get(&pdev->dev, "vcc");
355 if (IS_ERR(priv->vcc))
356 return PTR_ERR(priv->vcc);