Lines Matching refs:device_tree
57 device_tree::node_path path;
68 bool visit_node(device_tree *tree, const node_ptr &n);
89 virtual bool check_node(device_tree *, const node_ptr &) in check_node() argument
97 virtual bool check_property(device_tree *, const node_ptr &, property_ptr ) in check_property() argument
104 bool check_tree(fdt::device_tree *tree) in check_tree()
127 virtual bool check_property(device_tree *tree, const node_ptr &n, property_ptr p);
137 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0;
152 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p) = 0;
163 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check()
178 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check()
193 virtual bool check(device_tree *, const node_ptr &, property_ptr p) in check()
216 virtual bool check(device_tree *tree, const node_ptr &, property_ptr p) in check()
244 virtual bool check(device_tree *tree, const node_ptr &n, property_ptr p);
293 bool run_checks(device_tree *tree, bool keep_going);