Home
last modified time | relevance | path

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

/linux-6.15/kernel/irq/
H A Dinternals.h122 extern void register_handler_proc(unsigned int irq, struct irqaction *action);
127 static inline void register_handler_proc(unsigned int irq, in register_handler_proc() function
H A Dproc.c317 void register_handler_proc(unsigned int irq, struct irqaction *action) in register_handler_proc() function
H A Dmanage.c1830 register_handler_proc(irq, new); in __setup_irq()