Home
last modified time | relevance | path

Searched refs:intc_handle_int_cmp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/sh/intc/
H A Dcore.c282 intc_handle_int_cmp, NULL); in register_intc_controller()
295 intc_handle_int_cmp, NULL); in register_intc_controller()
H A Dchip.c126 return bsearch(&key, hp, nr_hp, sizeof(*hp), intc_handle_int_cmp); in intc_find_irq()
H A Dinternals.h106 static inline int intc_handle_int_cmp(const void *a, const void *b) in intc_handle_int_cmp() function