irq_attach        140 bsp/drv/arm/gba/keypad.c 	sc->irq = irq_attach(KEYPAD_IRQ, IPL_INPUT, 0, keypad_isr,
irq_attach        705 bsp/drv/dev/block/fdd.c 	sc->irq = irq_attach(FDC_IRQ, IPL_BLOCK, 0, fdc_isr, fdc_ist, sc);
irq_attach        283 bsp/drv/dev/input/pckbd.c 	sc->irq = irq_attach(KBD_IRQ, IPL_INPUT, 0, pckbd_isr, IST_NONE, sc);
irq_attach        216 bsp/drv/dev/input/psaux.c 	sc->irq = irq_attach(MOUSE_IRQ, IPL_INPUT, 0, psaux_isr,
irq_attach        185 bsp/drv/dev/serial/ns16550.c 	sp->irq = irq_attach(COM_IRQ, IPL_COMM, 0, ns16550_isr,
irq_attach        214 bsp/drv/dev/serial/pl011.c 	sp->irq = irq_attach(UART_IRQ, IPL_COMM, 0, pl011_isr, IST_NONE, sp);
irq_attach        126 bsp/drv/include/dki.h irq_t	 irq_attach(int, int, int, int (*)(void *), void (*)(void *), void *);
irq_attach         97 bsp/hal/arm/gba/clock.c 	clock_irq = irq_attach(CLOCK_IRQ, IPL_CLOCK, 0, &clock_isr,
irq_attach         97 bsp/hal/arm/integrator/clock.c 	clock_irq = irq_attach(CLOCK_IRQ, IPL_CLOCK, 0, &clock_isr,
irq_attach         82 bsp/hal/x86/pc/clock.c 	clock_irq = irq_attach(CLOCK_IRQ, IPL_CLOCK, 0, &clock_isr,
irq_attach         67 sys/include/irq.h irq_t	 irq_attach(int, int, int, int (*)(void *), void (*)(void *), void *);
irq_attach         83 sys/kern/device.c 	/*  9 */ DKIENT(irq_attach),