Home
last modified time | relevance | path

Searched defs:axp288_chrg_info (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/power/
Daxp288_charger.c149 struct axp288_chrg_info { struct
150 struct platform_device *pdev;
151 struct axp20x_chrg_pdata *pdata;
152 struct regmap *regmap;
153 struct regmap_irq_chip_data *regmap_irqc;
154 int irq[CHRG_INTR_END];
155 struct power_supply *psy_usb;
156 struct mutex lock;
159 struct {
187 static inline int axp288_charger_set_cc(struct axp288_chrg_info *info, int cc) in axp288_charger_set_cc() argument