Lines Matching defs:vcc
69 * @vcc: Regulator supply.
79 struct regulator *vcc;
156 ret = regulator_set_voltage(priv->vcc, 0, INT_MAX);
160 ret = regulator_disable(priv->vcc);
208 ret = regulator_set_voltage(priv->vcc, qfprom_blow_uV, INT_MAX);
214 ret = regulator_enable(priv->vcc);
237 regulator_disable(priv->vcc);
422 priv->vcc = devm_regulator_get(&pdev->dev, "vcc");
423 if (IS_ERR(priv->vcc))
424 return PTR_ERR(priv->vcc);