Searched defs:irq_domain (Results 1 – 7 of 7) sorted by relevance
5919 struct irq_domain { struct5922 const struct irq_domain_ops *ops; argument5927 enum irq_domain_bus_token bus_token; argument5928 struct irq_domain_chip_generic *gc; argument5929 struct irq_domain *parent; argument5930 irq_hw_number_t hwirq_max;5931 unsigned int revmap_direct_max_irq;5932 unsigned int revmap_size;5933 struct xarray revmap_tree;5934 struct mutex revmap_tree_mutex;[all …]
6868 struct irq_domain { struct6871 const struct irq_domain_ops *ops; argument6876 enum irq_domain_bus_token bus_token; argument6877 struct irq_domain_chip_generic *gc; argument6878 struct irq_domain *parent; argument6879 irq_hw_number_t hwirq_max;6880 unsigned int revmap_direct_max_irq;6881 unsigned int revmap_size;6882 struct xarray revmap_tree;6883 struct mutex revmap_tree_mutex;[all …]
7706 struct irq_domain { struct7709 const struct irq_domain_ops *ops; argument7714 enum irq_domain_bus_token bus_token; argument7715 struct irq_domain_chip_generic *gc; argument7716 struct irq_domain *parent; argument7717 irq_hw_number_t hwirq_max;7718 unsigned int revmap_size;7719 struct xarray revmap_tree;7720 struct mutex revmap_mutex;7721 struct irq_data *revmap[0];
8620 struct irq_domain { struct8623 const struct irq_domain_ops *ops; argument8628 enum irq_domain_bus_token bus_token; argument8629 struct irq_domain_chip_generic *gc; argument8630 struct irq_domain *parent; argument8631 irq_hw_number_t hwirq_max;8632 unsigned int revmap_direct_max_irq;8633 unsigned int revmap_size;8634 struct xarray revmap_tree;8635 struct mutex revmap_tree_mutex;[all …]