Lines Matching refs:device_tree
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()
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) 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);
295 bool run_checks(device_tree *tree, bool keep_going);