Searched defs:regmap_irq_chip_data (Results 1 – 1 of 1) sorted by relevance
24 struct regmap_irq_chip_data { struct25 struct mutex lock;26 struct irq_chip irq_chip;50 struct regmap_irq *irq_to_regmap_irq(struct regmap_irq_chip_data *data, in irq_to_regmap_irq() argument