Searched refs:intc_find_irq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/sh/intc/ |
H A D | chip.c | 117 static struct intc_handle_int *intc_find_irq(struct intc_handle_int *hp, in intc_find_irq() function 138 ihp = intc_find_irq(d->prio, d->nr_prio, irq); in intc_set_priority() 187 ihp = intc_find_irq(d->sense, d->nr_sense, irq); in intc_set_type()
|
/kernel/linux/linux-6.6/drivers/sh/intc/ |
H A D | chip.c | 117 static struct intc_handle_int *intc_find_irq(struct intc_handle_int *hp, in intc_find_irq() function 138 ihp = intc_find_irq(d->prio, d->nr_prio, irq); in intc_set_priority() 187 ihp = intc_find_irq(d->sense, d->nr_sense, irq); in intc_set_type()
|
Completed in 2 milliseconds