Lines Matching defs:ab8500
23 #include <linux/mfd/abx500/ab8500.h>
28 #include <linux/regulator/ab8500.h>
43 * struct ab8500_regulator_info - ab8500 regulator information
1530 static void abx500_get_regulator_info(struct ab8500 *ab8500)
1532 if (is_ab8505(ab8500)) {
1553 struct ab8500 *ab8500 = dev_get_drvdata(pdev->dev.parent);
1568 if (is_ab8500_1p1_or_earlier(ab8500)) {
1590 struct ab8500 *ab8500 = dev_get_drvdata(pdev->dev.parent);
1595 if (!ab8500) {
1600 abx500_get_regulator_info(ab8500);
1625 .name = "ab8500-regulator",
1635 pr_err("Failed to register ab8500 regulator: %d\n", ret);
1652 MODULE_ALIAS("platform:ab8500-regulator");