Home
last modified time | relevance | path

Searched defs:IrqType (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/driver/pci/
H A Dpci_irq.rs56 pub enum IrqType { enum
158 fn irq_init(&self, flag: IRQ) -> Option<IrqType> { in irq_init()
H A Draw_device.rs92 fn irq_type(&self) -> &RwLock<super::pci_irq::IrqType> { in irq_type()
H A Ddevice.rs89 fn irq_type(&self) -> &RwLock<IrqType>; in irq_type()
H A Dpci.rs407 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()
/DragonOS/kernel/src/driver/pci/test/
H A Dpt_device.rs88 fn irq_type(&self) -> &RwLock<crate::driver::pci::pci_irq::IrqType> { in irq_type()