Lines Matching refs:end_node
197 pub fn end_node(&mut self, node: FdtWriterNode) -> Result<()> { in end_node() method
362 fdt.end_node(root_node).unwrap(); in minimal()
401 fdt.end_node(root_node).unwrap(); in reservemap()
440 fdt.end_node(root_node).unwrap(); in prop_null()
475 fdt.end_node(root_node).unwrap(); in prop_u32()
520 fdt.end_node(root_node).unwrap(); in all_props()
592 fdt.end_node(nested_node).unwrap(); in nested_nodes()
593 fdt.end_node(root_node).unwrap(); in nested_nodes()
641 fdt.end_node(nested_node).unwrap(); in prop_name_string_reuse()
642 fdt.end_node(root_node).unwrap(); in prop_name_string_reuse()
722 fdt.end_node(nested_node).unwrap(); in invalid_prop_after_end_node()
733 fdt.end_node(root_node) in invalid_end_node_out_of_order()