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