Searched defs:axp20x_dev (Results 1 – 1 of 1) sorted by relevance
957 struct axp20x_dev { struct958 struct device *dev;959 int irq;960 unsigned long irq_flags;961 struct regmap *regmap;962 struct regmap_irq_chip_data *regmap_irqc;963 long variant;964 int nr_cells;965 const struct mfd_cell *cells;966 const struct regmap_config *regmap_cfg;[all …]