tag
line
file
source code
hndlr
184
drivers/sound/os.h
#define INT_HANDLER_PROTO() void(*hndlr)(int, struct pt_regs *)
hndlr
360
drivers/sound/soundcard.c
retcode = request_irq (interrupt_level, hndlr, SA_INTERRUPT, name);