Lines Matching defs:por
26 struct regulator *por;
324 if (IS_ERR(cx20442->por))
325 err = PTR_ERR(cx20442->por);
327 err = regulator_enable(cx20442->por);
332 if (IS_ERR(cx20442->por))
333 err = PTR_ERR(cx20442->por);
335 err = regulator_disable(cx20442->por);
352 cx20442->por = regulator_get(component->dev, "POR");
353 if (IS_ERR(cx20442->por)) {
354 int err = PTR_ERR(cx20442->por);
392 if (!IS_ERR(cx20442->por)) {
394 regulator_put(cx20442->por);