Searched refs:parse_dtb (Results 1 – 3 of 3) sorted by relevance
137 read_fn = &device_tree::parse_dtb; in main()170 read_fn = &device_tree::parse_dtb; in main()
341 static property_ptr parse_dtb(input_buffer &structs,638 static node_ptr parse_dtb(input_buffer &structs, input_buffer &strings);959 void parse_dtb(const std::string &fn, FILE *depfile);
591 property::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb() function in dtc::fdt::property812 node_ptr child = node::parse_dtb(structs, strings); in node()827 property_ptr prop = property::parse_dtb(structs, strings); in node()1079 node::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb() function in dtc::fdt::node1848 device_tree::parse_dtb(const string &fn, FILE *) in parse_dtb() function in dtc::fdt::device_tree1898 root = node::parse_dtb(struct_table, strings_table); in parse_dtb()