Searched defs:axp288_chrg_info (Results 1 – 1 of 1) sorted by relevance
115 struct axp288_chrg_info { struct116 struct platform_device *pdev;117 struct regmap *regmap;118 struct regmap_irq_chip_data *regmap_irqc;119 int irq[CHRG_INTR_END];143 static inline int axp288_charger_set_cc(struct axp288_chrg_info *info, int cc) in axp288_charger_set_cc() argument