Lines Matching defs:regulators
182 struct regulator **regulators;
298 * that any regulators needed by the display hardware that the bootloader
303 * regulators.
334 par->regulators = devm_kcalloc(&pdev->dev, count,
336 if (!par->regulators)
339 /* Get all the regulators */
357 par->regulators[i++] = regulator;
369 /* Enable all the regulators */
371 ret = regulator_enable(par->regulators[i]);
376 devm_regulator_put(par->regulators[i]);
377 par->regulators[i] = NULL;
387 if (!par->regulators || !par->regulators_enabled)
391 if (par->regulators[i])
392 regulator_disable(par->regulators[i]);