Lines Matching full:ab8500
5 * Battery temperature driver for AB8500
28 #include <linux/mfd/abx500/ab8500.h>
33 #include "ab8500-bm.h"
51 * struct ab8500_btemp_interrupts - ab8500 interrupts
77 * struct ab8500_btemp - ab8500 BTEMP device information
79 * @node: List of AB8500 BTEMPs, hence prepared for reentrance
83 * @parent: Pointer to the struct ab8500
101 struct ab8500 *parent;
474 * The BTEMP events are not reliabe on AB8500 cut3.3 in ab8500_btemp_get_temp()
623 /* ab8500 btemp driver interrupts and their respective isr */
752 dev_err(dev, "%s ab8500 read failed\n", __func__); in ab8500_btemp_probe()
814 { .compatible = "stericsson,ab8500-btemp", },
823 .name = "ab8500-btemp",
830 MODULE_ALIAS("platform:ab8500-btemp");
831 MODULE_DESCRIPTION("AB8500 battery temperature driver");