Searched refs:device_tree (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/dtc/
H A Dchecking.hh59 device_tree::node_path path;
70 bool visit_node(device_tree *tree, const node_ptr &n);
91 virtual bool check_node(device_tree *, const node_ptr &)
99 virtual bool check_property(device_tree *, const node_ptr &, property_ptr )
106 bool check_tree(fdt::device_tree *tree)
129 virtual bool check_property(device_tree *tree, const node_ptr &n, property_ptr p);
139 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0;
154 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0;
165 virtual bool check(device_tree *, const node_ptr &, property_ptr p)
180 virtual bool check(device_tree *, cons
[all...]
H A Ddtc.cc96 using fdt::device_tree;
116 class device_tree tree;
139 read_fn = &device_tree::parse_dtb;
142 write_fn = &device_tree::write_dts;
147 read_fn = &device_tree::parse_dts;
161 write_fn = &device_tree::write_binary;
165 write_fn = &device_tree::write_asm;
169 write_fn = &device_tree::write_dts;
172 read_fn = &device_tree::parse_dtb;
232 tree.set_phandle_format(device_tree
[all...]
H A Dchecking.cc52 virtual bool check_node(device_tree *, const node_ptr &n)
80 virtual bool check_node(device_tree *, const node_ptr &n)
119 checker::visit_node(device_tree *tree, const node_ptr &n)
166 property_checker::check_property(device_tree *tree, const node_ptr &n, property_ptr p)
180 property_size_checker::check(device_tree *, const node_ptr &, property_ptr p)
241 check_manager::run_checks(device_tree *tree, bool keep_going)
H A Dfdt.hh60 class device_tree;
64 typedef void (device_tree::* tree_write_fn_ptr)(int);
68 typedef void (device_tree::* tree_read_fn_ptr)(const std::string &, FILE *);
531 device_tree &tree,
628 device_tree &tree,
705 class device_tree class in namespace:dtc::fdt
948 device_tree() {} function in class:dtc::fdt::device_tree
H A Dfdt.cc852 device_tree &tree,
1015 device_tree &tree,
1194 device_tree::collect_names_recursive(node_ptr &n, node_path &path)
1258 device_tree::collect_names()
1270 device_tree::assign_phandle(node *n, uint32_t &phandle)
1315 device_tree::assign_phandles(node_ptr &n, uint32_t &next)
1329 device_tree::resolve_cross_references(uint32_t &phandle)
1462 device_tree::garbage_collect_marked_nodes()
1560 device_tree::parse_file(text_input_buffer &input,
1650 device_tree
[all...]

Completed in 106 milliseconds