Searched refs:IrqType (Results 1 – 2 of 2) sorted by relevance
24 pub enum IrqType { enum33 impl IrqType { implementation37 IrqType::Intx => bindings::PCI_IRQ_INTX, in as_raw()38 IrqType::Msi => bindings::PCI_IRQ_MSI, in as_raw()39 IrqType::MsiX => bindings::PCI_IRQ_MSIX, in as_raw()64 pub const fn with(self, irq_type: IrqType) -> Self { in with()
52 IrqType,