Searched defs:IrqType (Results 1 – 5 of 5) sorted by relevance
56 pub enum IrqType { enum158 fn irq_init(&self, flag: IRQ) -> Option<IrqType> { in irq_init()
92 fn irq_type(&self) -> &RwLock<super::pci_irq::IrqType> { in irq_type()
89 fn irq_type(&self) -> &RwLock<IrqType>; in irq_type()
407 fn irq_type_mut(&self) -> Option<&RwLock<IrqType>>; in irq_type_mut()495 fn irq_type_mut(&self) -> Option<&RwLock<IrqType>> { in irq_type_mut()559 fn irq_type_mut(&self) -> Option<&RwLock<IrqType>> { in irq_type_mut()616 fn irq_type_mut(&self) -> Option<&RwLock<IrqType>> { in irq_type_mut()
88 fn irq_type(&self) -> &RwLock<crate::driver::pci::pci_irq::IrqType> { in irq_type()