Searched defs:interrupts (Results 1 – 2 of 2) sorted by relevance
737 interrupts: Vec<u8>, field878 let interrupts = Self::parse_interrupts(&node)?; in parse() localVariable1184 interrupts: Vec<u8>, field1195 let interrupts = node in parse() localVariable
860 let interrupts = node.getprop_cells(cstr!("interrupts"))?.ok_or(FdtError::NotFound)?; in patch_timer() localVariable