Home
last modified time | relevance | path

Searched refs:IrqType (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/pci/
H A Dirq.rs24 pub enum IrqType { enum
33 impl IrqType { implementation
37 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()
/linux/rust/kernel/
H A Dpci.rs52 IrqType,