Searched refs:device_tree (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/usr.bin/dtc/ |
| H A D | checking.hh | 59 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 &) in check_node() argument 99 virtual bool check_property(device_tree *, const node_ptr &, property_ptr ) in check_property() argument 106 bool check_tree(fdt::device_tree *tree) in check_tree() 165 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check() 180 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check() 195 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check() 218 virtual bool check(device_tree *tree, const node_ptr &, property_ptr p) in check() 246 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p); [all …]
|
| H A D | dtc.cc | 96 using fdt::device_tree; 107 auto write_fn = &device_tree::write_binary; in main() 108 auto read_fn = &device_tree::parse_dts; in main() 114 class device_tree tree; in main() 137 read_fn = &device_tree::parse_dtb; in main() 141 read_fn = &device_tree::parse_dts; in main() 155 write_fn = &device_tree::write_binary; in main() 159 write_fn = &device_tree::write_asm; in main() 163 write_fn = &device_tree::write_dts; in main() 222 tree.set_phandle_format(device_tree::BOTH); in main() [all …]
|
| H A D | checking.cc | 52 virtual bool check_node(device_tree *, const node_ptr &n) in check_node() 80 virtual bool check_node(device_tree *, const node_ptr &n) in check_node() 119 checker::visit_node(device_tree *tree, const node_ptr &n) in visit_node() 166 property_checker::check_property(device_tree *tree, const node_ptr &n, property_ptr p) in check_property() 180 property_size_checker::check(device_tree *, const node_ptr &, property_ptr p) in check() argument 241 check_manager::run_checks(device_tree *tree, bool keep_going) in run_checks()
|
| H A D | fdt.cc | 852 device_tree &tree, in node() 1015 device_tree &tree, in parse() 1258 device_tree::collect_names() in collect_names() 1462 device_tree::garbage_collect_marked_nodes() in garbage_collect_marked_nodes() 1647 device_tree::write(int fd) in write() 1716 device_tree::referenced_node(property_value &v) in referenced_node() 1730 device_tree::write_binary(int fd) in write_binary() 1736 device_tree::write_asm(int fd) in write_asm() 1742 device_tree::write_dts(int fd) in write_dts() 1821 device_tree::node_path::to_string() const in to_string() [all …]
|
| H A D | fdt.hh | 59 class device_tree; 522 device_tree &tree, 619 device_tree &tree, 696 class device_tree class 939 device_tree() {} in device_tree() function in dtc::fdt::device_tree
|
| H A D | HACKING | 42 these quite easily. There are also helper methods on `device_tree` for finding
|