Lines Matching refs:buck
357 * @opp_dev: device for opp table/buck control
359 * @buck: regulator used by opp_dev
421 struct regulator *buck;
1314 ret = regulator_enable(svsb->buck);
1321 /* Some buck doesn't support mode change. Show fail msg only */
1322 ret = regulator_set_mode(svsb->buck, REGULATOR_MODE_FAST);
1342 * Sometimes two svs banks use the same buck. Therefore,
1400 buck_volt = regulator_get_voltage(svsb->buck);
1403 "buck voltage: %uuV, expected vboot: %uuV\n",
1449 r = regulator_set_mode(svsb->buck, REGULATOR_MODE_NORMAL);
1453 r = regulator_disable(svsb->buck);
1674 svsb->buck = devm_regulator_get_optional(svsb->opp_dev,
1676 if (IS_ERR(svsb->buck)) {
1679 return PTR_ERR(svsb->buck);