Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Dx86_64.rs240 fn conflict(source: &IrqSource, other: &IrqSource) -> bool { in conflict()
265 fn same_source(source: &IrqSource, other: &IrqSource) -> bool { in same_source()
275 fn get_mut(&mut self, irq: usize) -> &mut Vec<IrqSource> { in get_mut()
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dlib.rs526 pub enum IrqSource { enum
/aosp_15_r20/external/crosvm/kvm/src/
H A Dlib.rs300 pub enum IrqSource { enum