Lines Matching refs:node
103 for node in chosen_nodes:
104 path = chosen_nodes[node].path
109 for node in edt.nodes:
110 path = node.path
111 for alias in node.aliases:
115 for node in edt.nodes:
118 for label in node.labels:
121 for item in node.props:
123 if "phandle" not in node.props[item].type:
124 if "array" in node.props[item].type:
127 for val in node.props[item].val:
130 cmake_value = node.props[item].val
139 for comp in node.props[item].val:
140 compatible2paths[comp].append(node.path)
142 if node.regs is not None:
147 for reg in node.regs: