Searched refs:install_io_interrupt_handler (Results 1 - 25 of 61) sorted by relevance

123

/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_pit.cpp89 install_io_interrupt_handler(0, &pit_timer_interrupt, NULL, 0);
H A Dx86_apic.cpp119 install_io_interrupt_handler(0xfb - ARCH_INTERRUPT_BASE,
H A Dx86_hpet.cpp282 install_io_interrupt_handler(configuredIRQ, &hpet_timer_interrupt,
/haiku/src/system/kernel/arch/arm64/
H A Darch_timer.cpp56 install_io_interrupt_handler(TIMER_IRQ, &arch_timer_interrupt, NULL, 0);
/haiku/src/system/kernel/arch/arm/
H A Darch_timer_generic.cpp84 install_io_interrupt_handler(TIMER_IRQ,
H A Dsoc_pxa.cpp159 install_io_interrupt_handler(PXA_TIMERS_INTERRUPT, &PXATimer::_InterruptWrapper, NULL, 0);
H A Dsoc_omap3.cpp208 install_io_interrupt_handler(fInterrupt, &OMAP3Timer::_InterruptWrapper, this, 0);
/haiku/src/system/kernel/arch/x86/
H A Darch_smp.cpp112 install_io_interrupt_handler(0xfd - ARCH_INTERRUPT_BASE, &x86_ici_interrupt, NULL, B_NO_LOCK_VECTOR);
113 install_io_interrupt_handler(0xfe - ARCH_INTERRUPT_BASE, &x86_smp_error_interrupt, NULL, B_NO_LOCK_VECTOR);
114 install_io_interrupt_handler(0xff - ARCH_INTERRUPT_BASE, &x86_spurious_interrupt, NULL, B_NO_LOCK_VECTOR);
H A Darch_debug_console.cpp180 install_io_interrupt_handler(INT_PS2_KEYBOARD, &debug_keyboard_interrupt,
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DMsiInterruptCtrlDW.cpp35 result = install_io_interrupt_handler(msiIrq, InterruptReceived, this, 0);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci_pci.cpp211 if (install_io_interrupt_handler(sc->irq, fwohci_intr,
/haiku/src/add-ons/kernel/busses/i2c/ocores/
H A Docores_i2c.cpp166 install_io_interrupt_handler(fIrqVector, InterruptReceived, this, 0);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_common.cpp370 status = install_io_interrupt_handler(INT_PS2_KEYBOARD, &ps2_interrupt,
375 status = install_io_interrupt_handler(INT_PS2_MOUSE, &ps2_interrupt, NULL,
/haiku/src/libs/compat/freebsd_network/
H A Dbus.cpp398 status = install_io_interrupt_handler(intr->irq,
419 status = install_io_interrupt_handler(intr->irq,
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddvb_interface.c149 if (install_io_interrupt_handler(device->irq, cx23882_int, device, 0) < B_OK) {
/haiku/src/add-ons/kernel/busses/virtio/virtio_pci/
H A Dvirtio_pci.cpp507 status_t status = install_io_interrupt_handler(bus->irq,
518 status_t status = install_io_interrupt_handler(irq,
526 status_t status = install_io_interrupt_handler(irq,
537 status_t status = install_io_interrupt_handler(bus->irq,
/haiku/headers/os/drivers/
H A DKernelExport.h80 /* Flags that can be passed to install_io_interrupt_handler() */
171 extern status_t install_io_interrupt_handler(int32 interrupt_number,
/haiku/headers/os/drivers/pcmcia/
H A Dk_compat.h182 #define request_irq(i,h,f,n,d) install_io_interrupt_handler(i,h,d,0)
184 //#define REQUEST_IRQ(i,h,f,n,d) install_io_interrupt_handler(i,h,d,0)
/haiku/src/add-ons/kernel/drivers/audio/sb16/
H A Dsb16_hw.c292 rc = install_io_interrupt_handler(dev->irq, hw_codec_inth, dev, 0);
/haiku/src/add-ons/kernel/drivers/timer/
H A Dhpet.cpp258 status_t status = install_io_interrupt_handler(interrupt, &hpet_timer_interrupt, cookie, 0);
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dirq.c282 result = install_io_interrupt_handler(di->pcii.u.h0.interrupt_line,
/haiku/src/add-ons/kernel/busses/ata/ide_isa/
H A Dide_isa.c343 res = install_io_interrupt_handler(channel->intnum,
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A DVirtioDevice.cpp238 install_io_interrupt_handler(fDev->fIrq, Handle, fDev, 0);
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Ddevice.c94 status = install_io_interrupt_handler(data->irq, wb_interrupt, data, 0);
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp163 install_io_interrupt_handler(fPCIInfo.u.h0.interrupt_line,

Completed in 213 milliseconds

123