Lines Matching full:ab8500
11 * AB8500 General Purpose ADC driver. The AB8500 uses reference voltages:
41 #include <linux/mfd/abx500/ab8500.h>
94 /* FIXME: Doesn't seem to work with pure AB8500 */
145 /* GPADC constants from AB8500 spec, UM0836 */
209 * @id: the internal AB8500 ID number for the channel
230 * struct ab8500_gpadc - AB8500 GPADC device information
232 * @ab8500: pointer to the parent AB8500 device
244 struct ab8500 *ab8500; member
476 if (!is_ab8500_2p0_or_earlier(gpadc->ab8500)) { in ab8500_gpadc_read()
761 if (is_ab8540(gpadc->ab8500)) { in ab8500_gpadc_read_calibration_data()
1092 gpadc->ab8500 = dev_get_drvdata(dev->parent); in ab8500_gpadc_probe()
1102 if (is_ab8500(gpadc->ab8500)) { in ab8500_gpadc_probe()
1116 "ab8500-gpadc-sw", gpadc); in ab8500_gpadc_probe()
1127 "ab8500-gpadc-hw", gpadc); in ab8500_gpadc_probe()
1136 /* The VTVout LDO used to power the AB8500 GPADC */ in ab8500_gpadc_probe()
1159 indio_dev->name = "ab8500-gpadc"; in ab8500_gpadc_probe()
1199 .name = "ab8500-gpadc",