Home
last modified time | relevance | path

Searched defs:interrupts (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/pvmfw/src/
Ddevice_assignment.rs737 interrupts: Vec<u8>, field
878 let interrupts = Self::parse_interrupts(&node)?; in parse() localVariable
1184 interrupts: Vec<u8>, field
1195 let interrupts = node in parse() localVariable
Dfdt.rs860 let interrupts = node.getprop_cells(cstr!("interrupts"))?.ok_or(FdtError::NotFound)?; in patch_timer() localVariable