| 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, sound_os_info *osp); |
| hndlr | 502 | drivers/sound/soundcard.c | snd_set_irq_handler (int interrupt_level, void (*hndlr) (int, struct pt_regs *), char *name, sound_os_info * osp) |
| hndlr | 506 | drivers/sound/soundcard.c | retcode = request_irq (interrupt_level, hndlr, 0 /* SA_INTERRUPT */ , name); |