Searched defs:axp288_fg_info (Results 1 – 1 of 1) sorted by relevance
115 struct axp288_fg_info { struct116 struct device *dev;117 struct regmap *regmap;118 int irq[AXP288_FG_INTR_NUM];119 struct iio_channel *iio_channel[IIO_CHANNEL_NUM];120 struct power_supply *bat;121 struct mutex lock;122 int status;123 int max_volt;124 int pwr_op;[all …]