Searched refs:fdt_interrupt_map (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/os/drivers/bus/
H A DFDT.h14 struct fdt_interrupt_map;
29 struct fdt_interrupt_map* (*get_interrupt_map)(struct fdt_device* dev);
30 void (*print_interrupt_map)(struct fdt_interrupt_map* interruptMap);
31 uint32 (*lookup_interrupt_map)(struct fdt_interrupt_map* interruptMap, uint32 childAddr, uint32 childIrq);
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerFDT.cpp110 struct fdt_interrupt_map* interruptMap = parentModule->get_interrupt_map(parentDev);
137 struct fdt_interrupt_map* interruptMap, int bus, int device, int function)
H A DECAMPCIController.h168 struct fdt_interrupt_map* interruptMap, int bus, int device, int function);
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp76 struct fdt_interrupt_map { struct
576 static struct fdt_interrupt_map *
583 ObjectDeleter<struct fdt_interrupt_map> interrupt_map(new struct fdt_interrupt_map());
670 fdt_device_print_interrupt_map(struct fdt_interrupt_map* interruptMap)
690 fdt_device_lookup_interrupt_map(struct fdt_interrupt_map* interruptMap, uint32 childAddr, uint32 childIrq)

Completed in 104 milliseconds