Home
last modified time | relevance | path

Searched defs:axp20x_dev (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/mfd/
Daxp20x.h637 struct axp20x_dev { struct
638 struct device *dev;
639 int irq;
640 unsigned long irq_flags;
641 struct regmap *regmap;
642 struct regmap_irq_chip_data *regmap_irqc;
643 long variant;
644 int nr_cells;
645 const struct mfd_cell *cells;
646 const struct regmap_config *regmap_cfg;
[all …]
/Linux-v4.19/drivers/iio/adc/
Daxp20x_adc.c661 struct axp20x_dev *axp20x_dev; in axp20x_probe() local