tag | line | file | source code |
---|---|---|---|
hndlr | 86 | drivers/sound/sound_calls.h | int snd_set_irq_handler (int interrupt_level, void(*hndlr)(int, struct pt_regs *), char *name, int *osp); |
hndlr | 484 | drivers/sound/soundcard.c | snd_set_irq_handler (int interrupt_level, void (*hndlr) (int, struct pt_regs *), char *name, int *osp) |
hndlr | 488 | drivers/sound/soundcard.c | retcode = request_irq (interrupt_level, hndlr, 0 /* SA_INTERRUPT */ , name); |