Lines Matching +full:buck +full:- +full:c
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (c) 2022 Analog Devices, Inc.
57 .name = "buck"#_id, \
58 .of_match = "buck"#_id, \
76 .name = "buck"#_id, \
77 .of_match = "buck"#_id, \
107 struct device *dev = &pdev->dev; in max77541_regulator_probe()
109 struct max77541 *max77541 = dev_get_drvdata(dev->parent); in max77541_regulator_probe()
112 config.dev = dev->parent; in max77541_regulator_probe()
114 switch (max77541->id) { in max77541_regulator_probe()
122 return -EINVAL; in max77541_regulator_probe()
136 { "max77540-regulator" },
137 { "max77541-regulator" },
144 .name = "max77541-regulator",