Searched defs:axp288_chrg_info (Results 1 – 1 of 1) sorted by relevance
118 struct axp288_chrg_info { struct119 struct platform_device *pdev;120 struct regmap *regmap;121 struct regmap_irq_chip_data *regmap_irqc;122 int irq[CHRG_INTR_END];123 struct power_supply *psy_usb;124 struct mutex lock;127 struct {153 static inline int axp288_charger_set_cc(struct axp288_chrg_info *info, int cc) in axp288_charger_set_cc() argument