Searched refs:parse_dtb (Results 1 – 3 of 3) sorted by relevance
139 read_fn = &device_tree::parse_dtb; in main()172 read_fn = &device_tree::parse_dtb; in main()
343 static property_ptr parse_dtb(input_buffer &structs,640 static node_ptr parse_dtb(input_buffer &structs, input_buffer &strings);953 void parse_dtb(const std::string &fn, FILE *depfile);
574 property::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb() function in dtc::fdt::property795 node_ptr child = node::parse_dtb(structs, strings); in node()810 property_ptr prop = property::parse_dtb(structs, strings); in node()1035 node::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb() function in dtc::fdt::node1768 device_tree::parse_dtb(const string &fn, FILE *) in parse_dtb() function in dtc::fdt::device_tree1818 root = node::parse_dtb(struct_table, strings_table); in parse_dtb()