Searched defs:axp20x_dev (Results 1 – 2 of 2) sorted by relevance
962 struct axp20x_dev { struct963 struct device *dev;964 int irq;965 unsigned long irq_flags;966 struct regmap *regmap;967 struct regmap_irq_chip_data *regmap_irqc;968 enum axp20x_variants variant;969 int nr_cells;970 const struct mfd_cell *cells;971 const struct regmap_config *regmap_cfg;[all …]
1096 struct axp20x_dev *axp20x_dev; in axp20x_probe() local