Searched refs:hwirq (Results 1 - 3 of 3) sorted by relevance

/kernel/irq/
H A Dirqdomain.c156 * @first_hwirq: first hwirq number to use for the translation. Should normally
237 irq_hw_number_t hwirq; local
243 hwirq = irq_data->hwirq;
258 irq_data->hwirq = 0;
260 /* Clear reverse map for this hwirq */
261 if (hwirq < domain->revmap_size) {
262 domain->linear_revmap[hwirq] = 0;
265 radix_tree_delete(&domain->revmap_tree, hwirq);
271 irq_hw_number_t hwirq)
270 irq_domain_associate(struct irq_domain *domain, unsigned int virq, irq_hw_number_t hwirq) argument
388 irq_create_mapping(struct irq_domain *domain, irq_hw_number_t hwirq) argument
472 irq_hw_number_t hwirq; local
531 irq_find_mapping(struct irq_domain *domain, irq_hw_number_t hwirq) argument
598 int hwirq = desc->irq_data.hwirq; local
[all...]
H A Dirqdesc.c344 * @hwirq: The HW irq number to convert to a logical one
350 int __handle_domain_irq(struct irq_domain *domain, unsigned int hwirq, argument
354 unsigned int irq = hwirq;
361 irq = irq_find_mapping(domain, hwirq);
H A Dproc.c466 seq_printf(p, " %*d", prec, (int) desc->irq_data.hwirq);

Completed in 35 milliseconds