Lines Matching defs:por
26 struct regulator *por;
332 if (IS_ERR(cx20442->por))
333 err = PTR_ERR(cx20442->por);
335 err = regulator_enable(cx20442->por);
340 if (IS_ERR(cx20442->por))
341 err = PTR_ERR(cx20442->por);
343 err = regulator_disable(cx20442->por);
360 cx20442->por = regulator_get(component->dev, "POR");
361 if (IS_ERR(cx20442->por)) {
362 int err = PTR_ERR(cx20442->por);
400 if (!IS_ERR(cx20442->por)) {
402 regulator_put(cx20442->por);