Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/base/regmap/
Dregmap-irq.c20 struct regmap_irq_chip_data { struct
21 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