Searched defs:regmap_irq_chip_data (Results 1 – 1 of 1) sorted by relevance
20 struct regmap_irq_chip_data { struct21 struct mutex lock;22 struct irq_chip irq_chip;24 struct regmap *map;25 const struct regmap_irq_chip *chip;49 static int sub_irq_reg(struct regmap_irq_chip_data *data, in sub_irq_reg() argument
Completed in 5 milliseconds