Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mfd/
Daxp20x.h635 struct axp20x_dev { struct
636 struct device *dev;
637 int irq;
638 unsigned long irq_flags;
639 struct regmap *regmap;
640 struct regmap_irq_chip_data *regmap_irqc;
641 long variant;
642 int nr_cells;
643 const struct mfd_cell *cells;
644 const struct regmap_config *regmap_cfg;
[all …]
/kernel/linux/linux-6.6/include/linux/mfd/
Daxp20x.h841 struct axp20x_dev { struct
842 struct device *dev;
843 int irq;
844 unsigned long irq_flags;
845 struct regmap *regmap;
846 struct regmap_irq_chip_data *regmap_irqc;
847 long variant;
848 int nr_cells;
849 const struct mfd_cell *cells;
850 const struct regmap_config *regmap_cfg;
[all …]
/kernel/linux/linux-5.10/drivers/iio/adc/
Daxp20x_adc.c646 struct axp20x_dev *axp20x_dev; in axp20x_probe() local
/kernel/linux/linux-6.6/drivers/iio/adc/
Daxp20x_adc.c680 struct axp20x_dev *axp20x_dev; in axp20x_probe() local