Searched refs:allocate_irq (Results 1 – 4 of 4) sorted by relevance
112 pub fn allocate_irq(&mut self) -> Option<u32> { in allocate_irq() method
593 let mut irq_num = resources.allocate_irq().unwrap(); in finalize_devices()595 irq_num = resources.allocate_irq().unwrap(); in finalize_devices()908 assert!(resources.allocate_irq().expect("failed to allocate irq") >= 24); in finalize_devices()
366 .allocate_irq() in generate_pci_root()
520 if let Some(irq_num) = sys_allocator.allocate_irq() { in execute()