1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * wm5102.h -- WM5102 MFD internals
5 * Copyright 2012 Wolfson Microelectronics plc
7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
14 #include <linux/regmap.h>
17 extern const struct regmap_config wm5102_i2c_regmap
;
18 extern const struct regmap_config wm5102_spi_regmap
;
20 extern const struct regmap_config wm5110_i2c_regmap
;
21 extern const struct regmap_config wm5110_spi_regmap
;
23 extern const struct regmap_config cs47l24_spi_regmap
;
25 extern const struct regmap_config wm8997_i2c_regmap
;
27 extern const struct regmap_config wm8998_i2c_regmap
;
29 extern const struct dev_pm_ops arizona_pm_ops
;
31 extern const struct of_device_id arizona_of_match
[];
33 extern const struct regmap_irq_chip wm5102_aod
;
34 extern const struct regmap_irq_chip wm5102_irq
;
36 extern const struct regmap_irq_chip wm5110_aod
;
37 extern const struct regmap_irq_chip wm5110_irq
;
38 extern const struct regmap_irq_chip wm5110_revd_irq
;
40 extern const struct regmap_irq_chip cs47l24_irq
;
42 extern const struct regmap_irq_chip wm8997_aod
;
43 extern const struct regmap_irq_chip wm8997_irq
;
45 extern struct regmap_irq_chip wm8998_aod
;
46 extern struct regmap_irq_chip wm8998_irq
;
48 int arizona_dev_init(struct arizona
*arizona
);
49 int arizona_dev_exit(struct arizona
*arizona
);
50 int arizona_irq_init(struct arizona
*arizona
);
51 int arizona_irq_exit(struct arizona
*arizona
);
54 unsigned long arizona_of_get_type(struct device
*dev
);
56 static inline unsigned long arizona_of_get_type(struct device
*dev
)