Lines Matching defs:vpoc
451 struct regulator *vpoc;
1203 if (!rxport || !rxport->vpoc)
1206 ret = regulator_enable(rxport->vpoc);
1217 if (!rxport || !rxport->vpoc)
1220 regulator_disable(rxport->vpoc);
1233 if (!rxport || !rxport->vpoc)
1236 regulator_disable(rxport->vpoc);
3393 rxport->vpoc = devm_regulator_get_optional(dev, vpoc_names[nport]);
3394 if (IS_ERR(rxport->vpoc)) {
3395 ret = PTR_ERR(rxport->vpoc);
3397 rxport->vpoc = NULL;