H A D | regmap-irq.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #include <linux/interrupt.h> 24 struct regmap *map; member 55 return &data->chip->irqs[irq]; in irq_to_regmap_irq() 60 struct regmap *map = data->map; in regmap_irq_can_bulk_read_status() local 82 struct regmap *map = d->map; regmap_irq_sync_unlock() local 209 struct regmap *map = d->map; regmap_irq_enable() local 238 struct regmap *map = d->map; regmap_irq_disable() local 247 struct regmap *map = d->map; regmap_irq_set_type() local 277 struct regmap *map = d->map; regmap_irq_set_wake() local 309 struct regmap *map = data->map; read_sub_irq_data() local 339 struct regmap *map = data->map; regmap_irq_thread() local 549 struct regmap *map = data->map; regmap_irq_get_irq_reg_linear() local 654 regmap_add_irq_chip_fwnode(struct fwnode_handle * fwnode,struct regmap * map,int irq,int irq_flags,int irq_base,const struct regmap_irq_chip * chip,struct regmap_irq_chip_data ** data) regmap_add_irq_chip_fwnode() argument 937 regmap_add_irq_chip(struct regmap * map,int irq,int irq_flags,int irq_base,const struct regmap_irq_chip * chip,struct regmap_irq_chip_data ** data) regmap_add_irq_chip() argument 1035 devm_regmap_add_irq_chip_fwnode(struct device * dev,struct fwnode_handle * fwnode,struct regmap * map,int irq,int irq_flags,int irq_base,const struct regmap_irq_chip * chip,struct regmap_irq_chip_data ** data) devm_regmap_add_irq_chip_fwnode() argument 1078 devm_regmap_add_irq_chip(struct device * dev,struct regmap * map,int irq,int irq_flags,int irq_base,const struct regmap_irq_chip * chip,struct regmap_irq_chip_data ** data) devm_regmap_add_irq_chip() argument [all...] |