Searched refs:DirectIrq (Results 1 – 4 of 4) sorted by relevance
42 pub struct DirectIrq { struct49 impl DirectIrq { implementation68 Ok(DirectIrq { in new()78 DirectIrq::new(irq_evt.get_trigger(), None) in new_edge()83 DirectIrq::new(irq_evt.get_trigger(), Some(irq_evt.get_resample())) in new_level()248 impl AsRawDescriptor for DirectIrq { implementation
87 pub use self::direct_irq::DirectIrq;
1792 let direct_irq = devices::DirectIrq::new_level(&irq_evt) in run_vm()1815 let direct_irq = devices::DirectIrq::new_edge(&irq_evt) in run_vm()
1865 devices::DirectIrq::new_level(&direct_sci_evt).map_err(Error::EnableAcpiEvent)?; in setup_acpi_devices()