tag
line
file
source code
MOUSE_IRQ
71
kernel/chr_drv/mouse.c
free_irq(MOUSE_IRQ);
MOUSE_IRQ
87
kernel/chr_drv/mouse.c
if (request_irq(MOUSE_IRQ, mouse_interrupt)) {