Lines Matching refs:node
104 for node in chosen_nodes:
105 path = chosen_nodes[node].path
110 for node in edt.nodes:
111 path = node.path
112 for alias in node.aliases:
116 for node in edt.nodes:
119 for label in node.labels:
122 for item in node.props:
124 if "phandle" not in node.props[item].type:
125 if "array" in node.props[item].type:
128 for val in node.props[item].val:
131 cmake_value = node.props[item].val
140 for comp in node.props[item].val:
141 compatible2paths[comp].append(node.path)
143 if node.regs is not None:
148 for reg in node.regs: