Lines Matching defs:node
84 let mut node = fdt.chosen_mut()?.ok_or(FdtError::NotFound)?; in patch_initrd_range() localVariable
103 let mut node = fdt.chosen_mut()?.ok_or(FdtError::NotFound)?; in patch_bootargs() localVariable
219 let node = in read_pci_info_from() localVariable
385 let mut node = fdt in patch_pci_info() localVariable
453 let node = in read_swiotlb_info_from() localVariable
499 let mut node = in patch_swiotlb_info() localVariable
517 let node = fdt.compatible_nodes(cstr!("arm,gic-v3"))?.next().ok_or(FdtError::NotFound)?; in patch_gic() localVariable
540 let mut node = in patch_gic() localVariable
548 let node = fdt.compatible_nodes(cstr!("arm,armv8-timer"))?.next().ok_or(FdtError::NotFound)?; in patch_timer() localVariable
570 let mut node = in patch_timer() localVariable
762 let node = fdt.node_mut(cstr!("/reserved-memory"))?.ok_or(libfdt::FdtError::NotFound)?; in patch_dice_node() localVariable
764 let mut node = node.next_compatible(cstr!("google,open-dice"))?.ok_or(FdtError::NotFound)?; in patch_dice_node() localVariable
856 let mut node = fdt.chosen_mut()?.ok_or(FdtError::NotFound)?; in filter_out_dangerous_bootargs() localVariable