Searched defs:axp20x_dev (Results 1 – 2 of 2) sorted by relevance
640 struct axp20x_dev { struct641 struct device *dev;642 int irq;643 unsigned long irq_flags;644 struct regmap *regmap;645 struct regmap_irq_chip_data *regmap_irqc;646 long variant;647 int nr_cells;648 const struct mfd_cell *cells;649 const struct regmap_config *regmap_cfg;[all …]
679 struct axp20x_dev *axp20x_dev; in axp20x_probe() local
Completed in 11 milliseconds