Searched refs:get_interrupt (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/os/drivers/bus/ |
H A D | FDT.h | 27 bool (*get_interrupt)(struct fdt_device* dev, uint32 ord, member
|
/haiku/src/add-ons/kernel/busses/i2c/ocores/ |
H A D | ocores_i2c.cpp | 160 if (!parentModule->get_interrupt(parentDev, 0, NULL, &irq)) in InitDriverInt()
|
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/ |
H A D | virtio_mmio.cpp | 284 for (uint32 i = 0; parentModule->get_interrupt(parentDev, in virtio_device_init_device() 303 if (!parentModule->get_interrupt(parentDev, 0, &interruptController, in virtio_device_init_device()
|
/haiku/src/add-ons/kernel/busses/pci/designware/ |
H A D | DWPCIController.cpp | 269 if (!fdtModule->get_interrupt(fdtDev, 0, NULL, &msiIrq)) in InitDriverInt()
|