Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/irq/
Dinternals.h118 extern void register_handler_proc(unsigned int irq, struct irqaction *action);
123 static inline void register_handler_proc(unsigned int irq, in register_handler_proc() function
Dproc.c319 void register_handler_proc(unsigned int irq, struct irqaction *action) in register_handler_proc() function
Dmanage.c1684 register_handler_proc(irq, new); in __setup_irq()