Lines Matching refs:node
3671 list(POP_FRONT start_targets node)
3672 list(APPEND sorted_targets ${node})
3675 if("${node}" IN_LIST ${target}_dependencies)
3676 list(REMOVE_ITEM ${target}_dependencies ${node})
3794 # - In CMake, we refer to the nodes using the node's path, therefore
3795 # there is no dt_path(...) function for obtaining a node identifier
3800 # path to the aliased node in these functions. The usage comments
3806 # Function for retrieving the node path for the node having nodelabel
3822 # The node's path will be returned in the <var> parameter.
3823 # <var> will be undefined if node does not exist.
3825 # <var> : Return variable where the node path will be stored
3827 # REQUIRED : Generate a fatal error if the node-label is not found
3859 # Get a node path for an /aliases node property.
3870 # The node's path will be returned in the <var> parameter. The
3873 # <var> : Return variable where the node path will be stored
3907 # Tests whether a node with path <path> exists in the devicetree.
3911 # - absolute path to a node, like '/foo/bar'
3912 # - a node alias, like 'my-alias'
3913 # - a node alias followed by a path to a child node, like 'my-alias/child-node'
3947 # Tests whether <path> refers to a node which:
3955 # - absolute path to a node, like '/foo/bar'
3956 # - a node alias, like 'my-alias'
3957 # - a node alias followed by a path to a child node, like 'my-alias/child-node'
4009 # - absolute path to a node, like '/foo/bar'
4010 # - a node alias, like 'my-alias'
4011 # - a node alias followed by a path to a child node, like 'my-alias/child-node'
4023 # node exists and has a property <prop> with one of the above types.
4034 # To distinguish a missing node from a missing property, combine
4153 # Get the number of register blocks in the node's reg property;
4160 # - absolute path to a node, like '/foo/bar'
4161 # - a node alias, like 'my-alias'
4162 # - a node alias followed by a path to a child node, like 'my-alias/child-node'
4199 # - absolute path to a node, like '/foo/bar'
4200 # - a node alias, like 'my-alias'
4201 # - a node alias followed by a path to a child node, like 'my-alias/child-node'
4205 # - <var> will be undefined if node does not exists or does not have a register
4264 # - absolute path to a node, like '/foo/bar'
4265 # - a node alias, like 'my-alias'
4266 # - a node alias followed by a path to a child node, like 'my-alias/child-node'
4327 # Test if the devicetree's /chosen node has a given property
4328 # <prop> which contains the path to a node.
4377 # Get a node path for a /chosen node property.
4379 # The node's path will be returned in the <var> parameter. The
4380 # variable will be left undefined if the chosen node does not exist.
4382 # <var> : Return variable where the node path will be stored
4412 # not refer to an existing node.
4450 # onto it and see if that's an existing node.
4469 # to an existing node. Set it to FALSE otherwise. See
4483 # actions are performed if the devicetree contains some node.
4487 # Add item(s) to a target's SOURCES list if a devicetree node exists.
4491 # # If the devicetree alias "led0" refers to a node, this
4495 # # If the devicetree path "/soc/serial@4000" is a node, this
4499 # <path> : Path to devicetree node to check
4761 # PATH <path> : Devicetree node path.
4807 # The memory will only be defined if the devicetree node or a devicetree node
4812 # PATH <path> : Devicetree node identifier.