Lines Matching full:node
35 the parent of a node is a slow process. Reading from nodes involves a
50 tree node regardless of whether it is in the flat tree or livetree.
53 node (when the live tree node is not yet set up) or a livetree node. The
57 a 'struct udevice *' which is attached to a device tree node. Therefore it
90 int node = dev_of_offset(bus);
93 plat->frequency = fdtdec_get_int(blob, node, "spi-max-frequency", 500000);
112 freq = fdtdec_get_int(blob, node, "spi-max-frequency", 500000);
121 freq = ofnode_read_u32(node, "spi-max-frequency", 500000);
131 struct device_node - holds information about a device tree node
132 struct property - holds information about a property within a node
139 a node to be linked together in a chain.
150 node.
155 no_to_ofnode() - converts node pointer to ofnode
162 ofnode_valid() return true if a given node is valid
163 ofnode_is_np() returns true if a given node is a livetree node
205 functions call ofnode_is_np(node) which will always return false if livetree
219 Within the of_access.c file there are pointers to the alias node, the chosen
220 node and the stdout-path alias.