Searched defs:axp288_fg_info (Results 1 – 1 of 1) sorted by relevance
107 struct axp288_fg_info { struct108 struct device *dev;109 struct regmap *regmap;110 struct regmap_irq_chip_data *regmap_irqc;111 int irq[AXP288_FG_INTR_NUM];112 struct iio_channel *iio_channel[IIO_CHANNEL_NUM];113 struct power_supply *bat;114 struct mutex lock;115 int status;116 int max_volt;[all …]