Home
last modified time | relevance | path

Searched defs:IrqSource (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/irqchip/
Dx86_64.rs129 fn conflict(source: &IrqSource, other: &IrqSource) -> bool { in conflict()
154 fn same_source(source: &IrqSource, other: &IrqSource) -> bool { in same_source()
164 fn get_mut(&mut self, irq: usize) -> &mut Vec<IrqSource> { in get_mut()
/external/crosvm/hypervisor/src/
Dlib.rs521 pub enum IrqSource { enum
/external/crosvm/kvm/src/
Dlib.rs297 pub enum IrqSource { enum