Lines Matching refs:vdd_apc
235 struct regulator *vdd_apc;
442 ret = regulator_set_voltage(drv->vdd_apc, new_uV, new_uV);
471 step_uV = regulator_get_linear_step(drv->vdd_apc);
649 ret = regulator_enable(drv->vdd_apc);
677 return regulator_disable(drv->vdd_apc);
896 step_volt = regulator_get_linear_step(drv->vdd_apc);
960 ret = regulator_is_supported_voltage(drv->vdd_apc,
970 ret = regulator_is_supported_voltage(drv->vdd_apc,
1123 int step_volt = regulator_get_linear_step(drv->vdd_apc);
1693 drv->vdd_apc = devm_regulator_get(dev, "vdd-apc");
1694 if (IS_ERR(drv->vdd_apc))
1695 return PTR_ERR(drv->vdd_apc);