Searched defs:irq_domain (Results 1 – 1 of 1) sorted by relevance
6090 struct irq_domain { struct6093 const struct irq_domain_ops *ops; argument6098 enum irq_domain_bus_token bus_token; argument6099 struct irq_domain_chip_generic *gc; argument6100 struct irq_domain *parent; argument6101 irq_hw_number_t hwirq_max;6102 unsigned int revmap_size;6103 struct xarray revmap_tree;6104 struct mutex revmap_mutex;6105 struct irq_data *revmap[0];[all …]