Lines Matching full:phandles
48 # This holds information about a property which includes phandles.
52 # phandles is len(args). This is a list of integers.
204 """Check if a node contains phandles
387 """Figure out what phandles each node uses
389 We need to be careful when outputing nodes that use phandles since
390 they must come after the declaration of the phandles in the C file.
398 node.phandles = set()
412 node.phandles.add(target_node)
434 # For phandles, include a reference to the target
472 # For phandles, output a reference to the platform data
537 for req_node in node.phandles: