Searched refs:hwirq_max (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/irq/
H A Dirqdomain.c132 irq_hw_number_t hwirq_max,
144 (direct_max && (direct_max != hwirq_max))))
210 domain->hwirq_max = hwirq_max;
247 * @hwirq_max: Maximum number of interrupts supported by controller
257 irq_hw_number_t hwirq_max, int direct_max,
263 domain = __irq_domain_create(fwnode, size, hwirq_max, direct_max,
584 if (WARN(hwirq >= domain->hwirq_max,
673 if (virq >= domain->hwirq_max) {
675 domain->hwirq_max);
130 __irq_domain_create(struct fwnode_handle *fwnode, unsigned int size, irq_hw_number_t hwirq_max, int direct_max, const struct irq_domain_ops *ops, void *host_data) argument
256 __irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, irq_hw_number_t hwirq_max, int direct_max, const struct irq_domain_ops *ops, void *host_data) argument
[all...]
/linux-master/include/linux/
H A Dirqdomain.h174 irq_hw_number_t hwirq_max; member in struct:irq_domain
261 irq_hw_number_t hwirq_max, int direct_max,

Completed in 122 milliseconds