Lines Matching defs:ab8500
7 * This file is based on drivers/regulator/ab8500.c
11 * ab8500-ext supports the following regulators:
24 #include <linux/mfd/abx500/ab8500.h>
51 .name = "ab8500-ext-supply1",
62 .name = "ab8500-ext-supply2",
70 .name = "ab8500-ext-supply3",
83 * struct ab8500_ext_regulator_info - ab8500 regulator information
395 struct ab8500 *ab8500 = dev_get_drvdata(pdev->dev.parent);
400 if (!ab8500) {
406 if (is_ab8500_2p0_or_earlier(ab8500)) {
448 .name = "ab8500-ext-regulator",
459 pr_err("Failed to register ab8500 ext regulator: %d\n", ret);
474 MODULE_ALIAS("platform:ab8500-ext-regulator");