Lines Matching +full:dt +full:- +full:node
22 * /proc/device-tree directory and return the corresponding binary blob
31 * @fdt: pointer to the dt blob
32 * @name: node name
36 * returns a newly allocated NULL-terminated array of node paths.
38 * array contains the path of each node and the last element equals to
39 * NULL. If there is no error but no matching node was found, the
51 * node-name, ie. node-name and node-name@unit-address
52 * @fdt: pointer to the dt blob
53 * @name: node name
56 * returns a newly allocated NULL-terminated array of node paths.
58 * array contains the path of each node and the last element equals to
59 * NULL. If there is no error but no matching node was found, the
77 * @fdt: pointer to the dt blob
78 * @name: node name
96 * @node_path: node path
109 * @node_path: node path
111 * @lenp: fdt error if any or -EINVAL if the property size is different from
139 * @node_path: node to set property on
142 * @values: array of number-of-cells, value pairs
144 * Set the specified property on the specified node in the device tree
148 * number-of-cells must be either 1 or 2 (other values will result in
155 * #address-cells and #size-cells properties of their parent node.
172 * @node_path: node to set property on
174 * @...: list of number-of-cells, value pairs
176 * Set the specified property on the specified node in the device tree
200 * Re-randomize all "rng-seed" properties with new seeds.