Lines Matching full:vdd1
152 struct regulator *vdd1;
452 if (icn->vdd1) {
453 ret = regulator_enable(icn->vdd1);
456 "failed to enable VDD1 regulator: %d\n", ret);
490 if (icn->vdd1)
491 regulator_disable(icn->vdd1);
649 icn->vdd1 = devm_regulator_get_optional(dev, "vdd1");
650 if (IS_ERR(icn->vdd1)) {
651 ret = PTR_ERR(icn->vdd1);
654 icn->vdd1 = NULL;
655 DRM_DEV_DEBUG(dev, "failed to get VDD1 regulator: %d\n", ret);