Lines Matching refs:vdd_apc
234 struct regulator *vdd_apc;
441 ret = regulator_set_voltage(drv->vdd_apc, new_uV, new_uV);
470 step_uV = regulator_get_linear_step(drv->vdd_apc);
648 ret = regulator_enable(drv->vdd_apc);
676 return regulator_disable(drv->vdd_apc);
862 step_volt = regulator_get_linear_step(drv->vdd_apc);
926 ret = regulator_is_supported_voltage(drv->vdd_apc,
936 ret = regulator_is_supported_voltage(drv->vdd_apc,
1089 int step_volt = regulator_get_linear_step(drv->vdd_apc);
1657 drv->vdd_apc = devm_regulator_get(dev, "vdd-apc");
1658 if (IS_ERR(drv->vdd_apc))
1659 return PTR_ERR(drv->vdd_apc);