Lines Matching defs:regulators
225 /* regulators */
228 struct regulator **regulators;
360 * that any regulators needed by the display hardware that the bootloader
365 * regulators.
381 if (sdev->regulators[i]) {
382 regulator_disable(sdev->regulators[i]);
383 regulator_put(sdev->regulators[i]);
412 sdev->regulators = drmm_kzalloc(dev,
413 count * sizeof(sdev->regulators[0]),
415 if (!sdev->regulators)
446 sdev->regulators[i++] = regulator;
457 if (sdev->regulators[i]) {
458 regulator_disable(sdev->regulators[i]);
459 regulator_put(sdev->regulators[i]);