Lines Matching +full:ldo1 +full:- +full:3
1 // SPDX-License-Identifier: GPL-2.0+
21 .supply_name = "in-buck",
37 .name = "LDO1",
38 .supply_name = "in-ldo1",
39 .of_match = of_match_ptr("ldo1"),
55 .supply_name = "in-ldo2",
72 .supply_name = "in-ldo3",
76 .id = 3,
85 .enable_mask = BIT(3),
89 .supply_name = "in-ldo4",
106 .supply_name = "in-ldo5",
131 struct regulator_config config = {.dev = &i2c->dev}; in max8893_probe()
136 dev_err(&i2c->dev, "regmap init failed: %d\n", ret); in max8893_probe()
142 rdev = devm_regulator_register(&i2c->dev, in max8893_probe()
147 dev_err(&i2c->dev, "failed to register %s: %d\n", in max8893_probe()