Home
last modified time | relevance | path

Searched refs:DirectIrq (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/
Ddirect_irq.rs42 pub struct DirectIrq { struct
49 impl DirectIrq { argument
68 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
Dlib.rs87 pub use self::direct_irq::DirectIrq;
/external/crosvm/src/crosvm/sys/
Dunix.rs1792 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()
/external/crosvm/x86_64/src/
Dlib.rs1865 devices::DirectIrq::new_level(&direct_sci_evt).map_err(Error::EnableAcpiEvent)?; in setup_acpi_devices()