Lines Matching defs:ana
53 struct regulator *ana;
162 ret = regulator_get_voltage(tse850->ana);
202 * the ana regulator is supplied by the system 12V voltage and
204 * voltage to be passed through the regulator. Also, the ana
214 ret = regulator_set_voltage(tse850->ana, uV, uV);
391 tse850->ana = devm_regulator_get(dev, "axentia,ana");
392 if (IS_ERR(tse850->ana))
393 return dev_err_probe(dev, PTR_ERR(tse850->ana),
394 "failed to get 'ana' regulator\n");
396 ret = regulator_enable(tse850->ana);
398 dev_err(dev, "failed to enable the 'ana' regulator\n");
411 regulator_disable(tse850->ana);
421 regulator_disable(tse850->ana);