tag | line | file | source code |
---|---|---|---|
request_irq | 237 | include/linux/sched.h | extern int request_irq(unsigned int irq,void (*handler)(int)); |
request_irq | 1336 | kernel/chr_drv/console.c | if (request_irq(KEYBOARD_IRQ,keyboard_interrupt)) |
request_irq | 87 | kernel/chr_drv/mouse.c | if (request_irq(MOUSE_IRQ, mouse_interrupt)) { |
request_irq | 430 | kernel/chr_drv/serial.c | retval = request_irq(new_irq,handler); |
request_irq | 234 | kernel/irq.c | if (request_irq(13,math_error_irq)) |
request_irq | 533 | kernel/sched.c | request_irq(TIMER_IRQ,do_timer); |