Searched refs:Fdt (Results 1 – 5 of 5) sorted by relevance
259 class Fdt: class275 self._fdt_obj = libfdt.Fdt(self._fdt)412 dtb = Fdt(fname)
19 The library provides an Fdt class which you can use like this:23 >>> fdt = libfdt.Fdt(open('test_tree1.dtb').read())
80 return libfdt.Fdt(open(fname).read())118 fdt = libfdt.Fdt('a string')
111 class Fdt:114 The Fdt object is created is created from a device tree binary file,117 fdt = Fdt(open("filename.dtb").read())
154 class Fdt: