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