Lines Matching full:ab8500
9 * AB8500 peripheral regulators
11 * AB8500 supports the following regulators:
23 #include <linux/mfd/abx500/ab8500.h>
30 /* AB8500 regulators */
63 /* AB8500 registers */
157 * struct ab8500_regulator_info - ab8500 regulator information
644 /* AB8500 regulator information */
1165 /* AB8500 register init */
1644 static void abx500_get_regulator_info(struct ab8500 *ab8500) in abx500_get_regulator_info() argument
1646 if (is_ab8505(ab8500)) { in abx500_get_regulator_info()
1667 struct ab8500 *ab8500 = dev_get_drvdata(pdev->dev.parent); in ab8500_regulator_register() local
1682 if (is_ab8500_1p1_or_earlier(ab8500)) { in ab8500_regulator_register()
1704 struct ab8500 *ab8500 = dev_get_drvdata(pdev->dev.parent); in ab8500_regulator_probe() local
1709 if (!ab8500) { in ab8500_regulator_probe()
1714 abx500_get_regulator_info(ab8500); in ab8500_regulator_probe()
1739 .name = "ab8500-regulator",
1750 pr_err("Failed to register ab8500 regulator: %d\n", ret); in ab8500_regulator_init()
1766 MODULE_DESCRIPTION("Regulator Driver for ST-Ericsson AB8500 Mixed-Sig PMIC");
1767 MODULE_ALIAS("platform:ab8500-regulator");