Lines Matching refs:node
39 def __fdt_get_string(self, node, prop): argument
43 def __fdt_get_binary(self, node, prop): argument
55 for node in self.__fdt_list('/images').split():
59 for node in self.__fdt_list('/configurations').split():
71 for node in self.images_nodes:
76 raw_bin = self.__fdt_get_binary(node, 'data')
87 for node in self.images_nodes:
94 raw_bin = self.__fdt_get_binary(node, 'data')
106 for node in self.images_nodes:
111 raw_bin = self.__fdt_get_binary(node, 'data')
114 for node in self.confgs_nodes: