Lines Matching +full:buck +full:- +full:d
1 // SPDX-License-Identifier: GPL-2.0+
20 .name = "BUCK",
21 .supply_name = "in-buck",
22 .of_match = of_match_ptr("buck"),
38 .supply_name = "in-ldo1",
55 .supply_name = "in-ldo2",
72 .supply_name = "in-ldo3",
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()