Home
last modified time | relevance | path

Searched refs:parse_dtb (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/dtc/
H A Ddtc.cc137 read_fn = &device_tree::parse_dtb; in main()
170 read_fn = &device_tree::parse_dtb; in main()
H A Dfdt.hh341 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);
H A Dfdt.cc591 property::parse_dtb(input_buffer &structs, input_buffer &strings) in parse_dtb() function in dtc::fdt::property
812 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::node
1848 device_tree::parse_dtb(const string &fn, FILE *) in parse_dtb() function in dtc::fdt::device_tree
1898 root = node::parse_dtb(struct_table, strings_table); in parse_dtb()